diff options
author | glebius <glebius@FreeBSD.org> | 2006-01-30 14:04:30 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2006-01-30 14:04:30 +0000 |
commit | ef319cb614ae8dd1db856dd246801a7d4a11f54f (patch) | |
tree | 0d3b86ebee1a3da9a3cbf8d79fbc19d9629f9ff5 /sbin | |
parent | 1b8fdccef72036bb50e4357fe7fc6e831e00ee64 (diff) | |
download | FreeBSD-src-ef319cb614ae8dd1db856dd246801a7d4a11f54f.zip FreeBSD-src-ef319cb614ae8dd1db856dd246801a7d4a11f54f.tar.gz |
Recognize new VLAN_HWCSUM flag.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 9c6efe5..1c22cf4 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -815,7 +815,8 @@ rt_xaddrs(caddr_t cp, caddr_t cplim, struct rt_addrinfo *rtinfo) "\20MULTICAST\21POLLING\22PPROMISC\23MONITOR\24STATICARP\25NEEDSGIANT" #define IFCAPBITS \ -"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" +"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \ +"\10VLAN_HWCSUM" /* * Print the status of the interface. If an address family was |