Author: bz
Date: Mon May 28 10:45:51 2012
New Revision: 236176
URL: http://svn.freebsd.org/changeset/base/236176

Log:
  Removed the IFCAP_ prefix when printing the IPv6 checksum capabilities.
  
  Submitted by: dim
  MFC after:    3 days

Modified:
  head/sbin/ifconfig/ifconfig.c

Modified: head/sbin/ifconfig/ifconfig.c
==============================================================================
--- head/sbin/ifconfig/ifconfig.c       Mon May 28 10:22:46 2012        
(r236175)
+++ head/sbin/ifconfig/ifconfig.c       Mon May 28 10:45:51 2012        
(r236176)
@@ -917,7 +917,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" \
 "\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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to