Report the MONITOR bit.

This commit is contained in:
Poul-Henning Kamp 2002-10-24 17:23:52 +00:00
parent eae2f20c47
commit fb3133242f

View File

@ -1065,7 +1065,7 @@ setifmtu(const char *val, int dummy __unused, int s,
#define IFFBITS \ #define IFFBITS \
"\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \ "\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \
"\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" \ "\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" \
"\20MULTICAST" "\20MULTICAST\023MONITOR"
#define IFCAPBITS \ #define IFCAPBITS \
"\003\1rxcsum\2txcsum\3netcons" "\003\1rxcsum\2txcsum\3netcons"