diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-04-18 20:10:39 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-04-18 20:10:39 +0000 |
commit | fac27ce7dc33ac3df2b40cb16a94f2296ee6550f (patch) | |
tree | b1adf3fd18eebd0eb935a251801fc94a9e4b2611 /sbin | |
parent | 56b6b68fd9da5c070e91862d94e1ab0ecaedd77e (diff) | |
download | FreeBSD-src-fac27ce7dc33ac3df2b40cb16a94f2296ee6550f.zip FreeBSD-src-fac27ce7dc33ac3df2b40cb16a94f2296ee6550f.tar.gz |
ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,
since it shortly won't be defined at all.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 73c8025..17b8394 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -783,7 +783,7 @@ setifname(const char *val, int dummy __unused, int s, #define IFFBITS \ "\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \ "\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" \ -"\20MULTICAST\22PPROMISC\23MONITOR\24STATICARP\25NEEDSGIANT" +"\20MULTICAST\22PPROMISC\23MONITOR\24STATICARP" #define IFCAPBITS \ "\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \ |