summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2010-02-20 23:01:09 +0000
committeryongari <yongari@FreeBSD.org>2010-02-20 23:01:09 +0000
commit0bad3ad1891d1a6bf1269196733eae4e5167b43a (patch)
tree5d47e6fecdae8cc5c1f29893a991344bdc1b2e50 /sbin/ifconfig/ifconfig.c
parent453676a091f9cfbbcbb1bae93154f6b75893d5c0 (diff)
downloadFreeBSD-src-0bad3ad1891d1a6bf1269196733eae4e5167b43a.zip
FreeBSD-src-0bad3ad1891d1a6bf1269196733eae4e5167b43a.tar.gz
Add TSO support on VLAN in fconfig(8).
Reviewed by: thompsa
Diffstat (limited to 'sbin/ifconfig/ifconfig.c')
-rw-r--r--sbin/ifconfig/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 5dc0871..aebcdc0 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -881,7 +881,7 @@ unsetifdescr(const char *val, int value, int s, const struct afswtch *afp)
#define IFCAPBITS \
"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \
"\10VLAN_HWCSUM\11TSO4\12TSO6\13LRO\14WOL_UCAST\15WOL_MCAST\16WOL_MAGIC" \
-"\21VLAN_HWFILTER"
+"\21VLAN_HWFILTER\23VLAN_HWTSO"
/*
* Print the status of the interface. If an address family was
OpenPOWER on IntegriCloud