svn commit: r272448 - head/sbin/ifconfig

Hiroki Sato hrs at FreeBSD.org
Thu Oct 2 20:17:17 UTC 2014


Author: hrs
Date: Thu Oct  2 20:17:16 2014
New Revision: 272448
URL: https://svnweb.freebsd.org/changeset/base/272448

Log:
  Revert r272390.
  
  Pointed out by:	glebius

Modified:
  head/sbin/ifconfig/ifconfig.c

Modified: head/sbin/ifconfig/ifconfig.c
==============================================================================
--- head/sbin/ifconfig/ifconfig.c	Thu Oct  2 20:13:52 2014	(r272447)
+++ head/sbin/ifconfig/ifconfig.c	Thu Oct  2 20:17:16 2014	(r272448)
@@ -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\30HWSTATS"
+"\26RXCSUM_IPV6\27TXCSUM_IPV6"
 
 /*
  * Print the status of the interface.  If an address family was


More information about the svn-src-head mailing list