mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,
since it shortly won't be defined at all.
This commit is contained in:
parent
78fc60e401
commit
31b2ac28c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue