summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-12 23:43:40 +0000
committerru <ru@FreeBSD.org>2004-03-12 23:43:40 +0000
commit1579b4cc4ff80a96d034c3a6f73003f85dfd5a9b (patch)
treed4e18e6b84156d34ea4c556cc1aa9fa19d0d8bd4 /sbin
parentdfcfecd6e4814a1fdc3096be66f268458048399f (diff)
downloadFreeBSD-src-1579b4cc4ff80a96d034c3a6f73003f85dfd5a9b.zip
FreeBSD-src-1579b4cc4ff80a96d034c3a6f73003f85dfd5a9b.tar.gz
Show the polling(4) flag on the interface.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index a2bdaac..a4a27d4 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -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"
OpenPOWER on IntegriCloud