summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 830ff36..fa6fbdc 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -132,6 +132,7 @@ function interface_vlan_configure(&$vlan) {
/* Since we are going to add vlan(4) try to enable all that hardware supports. */
mwexec("/sbin/ifconfig {$if} vlanhwtag");
mwexec("/sbin/ifconfig {$if} vlanmtu");
+ mwexec("/sbin/ifconfig {$if} vlanhwfilter");
if (!empty($vlanif) && does_interface_exist($vlanif)) {
interface_bring_down($vlanif);
OpenPOWER on IntegriCloud