summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifvlan.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/ifvlan.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/ifvlan.c')
-rw-r--r--sbin/ifconfig/ifvlan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c
index c59cac1..3000585 100644
--- a/sbin/ifconfig/ifvlan.c
+++ b/sbin/ifconfig/ifvlan.c
@@ -181,6 +181,8 @@ static struct cmd vlan_cmds[] = {
DEF_CMD("-vlanhwtag", -IFCAP_VLAN_HWTAGGING, setifcap),
DEF_CMD("vlanhwfilter", IFCAP_VLAN_HWFILTER, setifcap),
DEF_CMD("-vlanhwfilter", -IFCAP_VLAN_HWFILTER, setifcap),
+ DEF_CMD("-vlanhwtso", -IFCAP_VLAN_HWTSO, setifcap),
+ DEF_CMD("vlanhwtso", IFCAP_VLAN_HWTSO, setifcap),
};
static struct afswtch af_vlan = {
.af_name = "af_vlan",
OpenPOWER on IntegriCloud