aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-03-12 14:00:15 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-03-12 14:00:15 +0000
commit193af8d25e39dea4f7c95039b5e023298f101b21 (patch)
tree3d143022b20a28e882251613ecf2eafb189e8b9d
parent2d97ef7a3c5d1ec5e1468aad2e841308c0ca18d3 (diff)
downloadsrc-193af8d25e39dea4f7c95039b5e023298f101b21.tar.gz
src-193af8d25e39dea4f7c95039b5e023298f101b21.zip
There is no IFF_POLLING flag anymore.
Notes
Notes: svn path=/head/; revision=156591
-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 1c22cf4b059d..a97b089459e3 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -812,7 +812,7 @@ rt_xaddrs(caddr_t cp, caddr_t cplim, struct rt_addrinfo *rtinfo)
#define IFFBITS \
"\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \
"\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" \
-"\20MULTICAST\21POLLING\22PPROMISC\23MONITOR\24STATICARP\25NEEDSGIANT"
+"\20MULTICAST\22PPROMISC\23MONITOR\24STATICARP\25NEEDSGIANT"
#define IFCAPBITS \
"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \