svn commit: r272390 - head/sbin/ifconfig
Hiroki Sato
hrs at FreeBSD.org
Thu Oct 2 00:19:25 UTC 2014
Author: hrs
Date: Thu Oct 2 00:19:24 2014
New Revision: 272390
URL: https://svnweb.freebsd.org/changeset/base/272390
Log:
Add IFCAP_HWSTATS.
Modified:
head/sbin/ifconfig/ifconfig.c
Modified: head/sbin/ifconfig/ifconfig.c
==============================================================================
--- head/sbin/ifconfig/ifconfig.c Thu Oct 2 00:13:08 2014 (r272389)
+++ head/sbin/ifconfig/ifconfig.c Thu Oct 2 00:19:24 2014 (r272390)
@@ -903,7 +903,7 @@ unsetifdescr(const char *val, int value,
"\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
More information about the svn-src-all
mailing list