Skip to content

Commit a08e8da

Browse files
committed
ifconfig: Display the IFCAP_HWSTATS capability
This follows the commit 4cdc1f5, which introduces the IFCAP_HWSTATS capability. This is a direct commit to stable/13. Fixes: 4cdc1f5 There are some high performance NICs that count statistics in hardware
1 parent d334e04 commit a08e8da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbin/ifconfig/ifconfig.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,8 @@ unsetifdescr(const char *val, int value, int s, const struct afswtch *afp)
13981398
"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \
13991399
"\10VLAN_HWCSUM\11TSO4\12TSO6\13LRO\14WOL_UCAST\15WOL_MCAST\16WOL_MAGIC" \
14001400
"\17TOE4\20TOE6\21VLAN_HWFILTER\23VLAN_HWTSO\24LINKSTATE\25NETMAP" \
1401-
"\26RXCSUM_IPV6\27TXCSUM_IPV6\31TXRTLMT\32HWRXTSTMP\33MEXTPG\34TXTLS4\35TXTLS6" \
1402-
"\36VXLAN_HWCSUM\37VXLAN_HWTSO\40TXTLS_RTLMT"
1401+
"\26RXCSUM_IPV6\27TXCSUM_IPV6\30HWSTATS\31TXRTLMT\32HWRXTSTMP\33MEXTPG" \
1402+
"\34TXTLS4\35TXTLS6\36VXLAN_HWCSUM\37VXLAN_HWTSO\40TXTLS_RTLMT"
14031403

14041404
/*
14051405
* Print the status of the interface. If an address family was

0 commit comments

Comments
 (0)