diff options
author | sam <sam@FreeBSD.org> | 2002-11-15 00:02:21 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2002-11-15 00:02:21 +0000 |
commit | 12578e5745721154b6d9aedb452cec7f0c7b0ce1 (patch) | |
tree | dbf25ae4e083cfcb4b7eb18fc5bfa0e6d4a77b29 /sbin | |
parent | 6a05792540ffa00713f4b3a1521864f7dddc1f39 (diff) | |
download | FreeBSD-src-12578e5745721154b6d9aedb452cec7f0c7b0ce1.zip FreeBSD-src-12578e5745721154b6d9aedb452cec7f0c7b0ce1.tar.gz |
o display new interface capability bits
o capitilize capability bit strings for consistency
Approved by: re
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index ac9327e..985cbac 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1068,7 +1068,7 @@ setifmtu(const char *val, int dummy __unused, int s, "\20MULTICAST\023MONITOR" #define IFCAPBITS \ -"\003\1rxcsum\2txcsum\3netcons" +"\003\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU" /* * Print the status of the interface. If an address family was |