From 0bad3ad1891d1a6bf1269196733eae4e5167b43a Mon Sep 17 00:00:00 2001 From: yongari Date: Sat, 20 Feb 2010 23:01:09 +0000 Subject: Add TSO support on VLAN in fconfig(8). Reviewed by: thompsa --- sbin/ifconfig/ifvlan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/ifconfig/ifvlan.c') 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", -- cgit v1.1