Report the MONITOR bit.

This commit is contained in:
Poul-Henning Kamp 2002-10-24 17:23:52 +00:00
parent eae2f20c47
commit fb3133242f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105881

View File

@ -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"