diff options
author | hrs <hrs@FreeBSD.org> | 2014-10-02 00:19:24 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-10-02 00:19:24 +0000 |
commit | f64371468d02246bc05a8b3b82639814489e3f98 (patch) | |
tree | 5e265652039c15c379256314be8990be7ac8247d /sbin | |
parent | 7137fdfbce38a1d6174c8ead775a60bf7b254741 (diff) | |
download | FreeBSD-src-f64371468d02246bc05a8b3b82639814489e3f98.zip FreeBSD-src-f64371468d02246bc05a8b3b82639814489e3f98.tar.gz |
Add IFCAP_HWSTATS.
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 61fd155..95ca8bf 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -903,7 +903,7 @@ unsetifdescr(const char *val, int value, int s, const struct afswtch *afp) "\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \ "\10VLAN_HWCSUM\11TSO4\12TSO6\13LRO\14WOL_UCAST\15WOL_MCAST\16WOL_MAGIC" \ "\17TOE4\20TOE6\21VLAN_HWFILTER\23VLAN_HWTSO\24LINKSTATE\25NETMAP" \ -"\26RXCSUM_IPV6\27TXCSUM_IPV6" +"\26RXCSUM_IPV6\27TXCSUM_IPV6\30HWSTATS" /* * Print the status of the interface. If an address family was |