Date: Mon, 28 May 2012 10:45:52 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r236176 - head/sbin/ifconfig Message-ID: <201205281045.q4SAjqK4007115@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205281045.q4SAjqK4007115>