We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7a8b9 commit 2b7993dCopy full SHA for 2b7993d
templates/bridge.j2
@@ -63,11 +63,6 @@ iface {{ item.key }} inet manual
63
bridge-ports {{ item.value.parent if 'parent' in item.value else 'none' }}
64
bridge-stp off
65
bridge-fd 0
66
-{% if network_ifupdown_version == 2 %}
67
- bridge-vlan-aware on
68
-{% else %}
69
- post-up echo 1 > /sys/class/net/${IFACE}/bridge/vlan_filtering
70
-{% endif %}
71
72
iface {{ item.key }} inet6 manual
73
# Explicitly disabling acceptance of RAs can race, disable IPv6 on this interface instead.
0 commit comments