svn commit: r236341 - user/np/toe_iwarp/sbin/ifconfig

Navdeep Parhar np at FreeBSD.org
Wed May 30 22:28:09 UTC 2012


Author: np
Date: Wed May 30 22:28:08 2012
New Revision: 236341
URL: http://svn.freebsd.org/changeset/base/236341

Log:
  No need for VLAN_TOE right now (and bz@ took bits 026 and 027 for
  IPv6 checksum caps anyway).

Modified:
  user/np/toe_iwarp/sbin/ifconfig/ifconfig.c

Modified: user/np/toe_iwarp/sbin/ifconfig/ifconfig.c
==============================================================================
--- user/np/toe_iwarp/sbin/ifconfig/ifconfig.c	Wed May 30 22:27:34 2012	(r236340)
+++ user/np/toe_iwarp/sbin/ifconfig/ifconfig.c	Wed May 30 22:28:08 2012	(r236341)
@@ -916,7 +916,7 @@ unsetifdescr(const char *val, int value,
 #define	IFCAPBITS \
 "\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\26VLAN_TOE"
+"\17TOE4\20TOE6\21VLAN_HWFILTER\23VLAN_HWTSO\24LINKSTATE\25NETMAP"
 
 /*
  * Print the status of the interface.  If an address family was


More information about the svn-src-user mailing list