Skip to content

Commit 2b7993d

Browse files
committed
Remove only partially implemented VLAN-awareness for bridges
We don't use it and in its current form it's not really usable so remove it.
1 parent 2c7a8b9 commit 2b7993d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

templates/bridge.j2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ iface {{ item.key }} inet manual
6363
bridge-ports {{ item.value.parent if 'parent' in item.value else 'none' }}
6464
bridge-stp off
6565
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 %}
7166

7267
iface {{ item.key }} inet6 manual
7368
# Explicitly disabling acceptance of RAs can race, disable IPv6 on this interface instead.

0 commit comments

Comments
 (0)