summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2008-08-28 22:13:44 +0000
committerjfv <jfv@FreeBSD.org>2008-08-28 22:13:44 +0000
commit4d6b183b48b63e8ef2604da76af5d70f3c4be57e (patch)
tree46a9df17a0240e3c216067574d373a439cd3b70f /sbin/ifconfig/ifconfig.c
parente4ffb4bcce93ec96d96a47298d3ac371133bf089 (diff)
downloadFreeBSD-src-4d6b183b48b63e8ef2604da76af5d70f3c4be57e.zip
FreeBSD-src-4d6b183b48b63e8ef2604da76af5d70f3c4be57e.tar.gz
Add support in ifconfig to control the vlan hardware filter feature.
Reviewed by: EvilSam and moi MFC after:1 week
Diffstat (limited to 'sbin/ifconfig/ifconfig.c')
-rw-r--r--sbin/ifconfig/ifconfig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 4819679..610928b 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -776,7 +776,8 @@ setifname(const char *val, int dummy __unused, int s,
#define IFCAPBITS \
"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \
-"\10VLAN_HWCSUM\11TSO4\12TSO6\13LRO\14WOL_UCAST\15WOL_MCAST\16WOL_MAGIC"
+"\10VLAN_HWCSUM\11TSO4\12TSO6\13LRO\14WOL_UCAST\15WOL_MCAST\16WOL_MAGIC" \
+"\21VLAN_HWFILTER"
/*
* Print the status of the interface. If an address family was
OpenPOWER on IntegriCloud