diff options
author | bz <bz@FreeBSD.org> | 2012-05-28 10:45:51 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2012-05-28 10:45:51 +0000 |
commit | e888f5e00cc55f77170cce44c847c965668d60bf (patch) | |
tree | 848401d8d13aeb4bbdbfb8decdd24750f84fb812 /sbin | |
parent | ac429c704460cebd04cbe8314edf44e51038bc3b (diff) | |
download | FreeBSD-src-e888f5e00cc55f77170cce44c847c965668d60bf.zip FreeBSD-src-e888f5e00cc55f77170cce44c847c965668d60bf.tar.gz |
Removed the IFCAP_ prefix when printing the IPv6 checksum capabilities.
Submitted by: dim
MFC after: 3 days
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 1fc0f99..082e15d 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -917,7 +917,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" \ "\21VLAN_HWFILTER\23VLAN_HWTSO\24LINKSTATE\25NETMAP" \ -"\26IFCAP_RXCSUM_IPV6\27IFCAP_TXCSUM_IPV6" +"\26RXCSUM_IPV6\27TXCSUM_IPV6" /* * Print the status of the interface. If an address family was |