show stanford how to add swabip crap
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 17 Sep 1983 09:39:22 +0000 (01:39 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 17 Sep 1983 09:39:22 +0000 (01:39 -0800)
SCCS-vsn: sbin/ifconfig/ifconfig.c 4.3

usr/src/sbin/ifconfig/ifconfig.c

index 070d0cf..a0b94c3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)ifconfig.c 4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)ifconfig.c 4.3 (Berkeley) %G%";
 #endif
 
 #include <sys/types.h>
 #endif
 
 #include <sys/types.h>
@@ -33,6 +33,11 @@ struct       cmd {
        { "-trailers",  IFF_NOTRAILERS, setifflags },
        { "arp",        IFF_NOARP,      setifflags },
        { "-arp",       -IFF_NOARP,     setifflags },
        { "-trailers",  IFF_NOTRAILERS, setifflags },
        { "arp",        IFF_NOARP,      setifflags },
        { "-arp",       -IFF_NOARP,     setifflags },
+#ifdef notdef
+#define        EN_SWABIPS      0x100
+       { "swabips",    EN_SWABIPS,     setifflags },
+       { "-swabips",   -EN_SWABIPS,    setifflags },
+#endif
        { 0,            0,              setifaddr },
 };
 
        { 0,            0,              setifaddr },
 };