I am sure swabips died before you were born.
Klemens Nanni <[email protected]> wrote:
> No idea what it was supposed to do back then; cvs blame points at
>
> revision 1.19
> date: 1998/09/03 06:24:18; author: jason; state: Exp; lines: +502
> -38;
> o OpenBSD gets if_media support (from NetBSD)
> o rework/simplify if_xl to use
>
> OK?
>
> Index: ifconfig.c
> ===================================================================
> RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v
> retrieving revision 1.447
> diff -u -p -r1.447 ifconfig.c
> --- ifconfig.c 2 Nov 2021 23:39:27 -0000 1.447
> +++ ifconfig.c 2 Nov 2021 23:46:28 -0000
> @@ -411,11 +411,6 @@ const struct cmd {
> { "alias", IFF_UP, 0, notealias },
> { "-alias", -IFF_UP, 0, notealias },
> { "delete", -IFF_UP, 0, notealias },
> -#ifdef notdef
> -#define EN_SWABIPS 0x1000
> - { "swabips", EN_SWABIPS, 0, setifflags },
> - { "-swabips", -EN_SWABIPS, 0, setifflags },
> -#endif /* notdef */
> { "netmask", NEXTARG, 0, setifnetmask },
> { "mtu", NEXTARG, 0, setifmtu },
> { "nwid", NEXTARG, 0, setifnwid },
>