summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-24 17:23:52 +0000
committerphk <phk@FreeBSD.org>2002-10-24 17:23:52 +0000
commit19c2ebcc00187b7c0f6c5fa4ce92b80b2c20e8da (patch)
tree4bb51a4d0527b3f4169b7f657a215bca61da1c57 /sbin
parent3675c6a0909323c24edc7185ab6e14bf188111c1 (diff)
downloadFreeBSD-src-19c2ebcc00187b7c0f6c5fa4ce92b80b2c20e8da.zip
FreeBSD-src-19c2ebcc00187b7c0f6c5fa4ce92b80b2c20e8da.tar.gz
Report the MONITOR bit.
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 4e47cd5..ac9327e 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1065,7 +1065,7 @@ setifmtu(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"
+"\20MULTICAST\023MONITOR"
#define IFCAPBITS \
"\003\1rxcsum\2txcsum\3netcons"
OpenPOWER on IntegriCloud