Route all of pvx9x over 40Gbit backplane

This commit is contained in:
Arti Zirk
2025-08-02 13:26:16 +03:00
parent 486a05e865
commit 5b120c3228
6 changed files with 63 additions and 1 deletions

View 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