Route all of pvx9x over 40Gbit backplane
This commit is contained in:
12
proxmox/templates/ebtables.rules.j2
Normal file
12
proxmox/templates/ebtables.rules.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
# {{ ansible_managed }}
|
||||
*broute
|
||||
:BROUTING ACCEPT
|
||||
{% for rule in ebtables_broute_rules %}
|
||||
{{ rule }}
|
||||
{% endfor %}
|
||||
|
||||
*filter
|
||||
:INPUT ACCEPT
|
||||
:FORWARD ACCEPT
|
||||
:OUTPUT ACCEPT
|
||||
|
||||
Reference in New Issue
Block a user