Show the polling(4) flag on the interface.

This commit is contained in:
Ruslan Ermilov 2004-03-12 23:43:40 +00:00
parent a122cca953
commit aec32663a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126894

View File

@ -1072,7 +1072,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\023MONITOR\024STATICARP"
"\20MULTICAST\21POLLING\23MONITOR\24STATICARP"
#define IFCAPBITS \
"\003\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU"