summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-04-13 14:00:29 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-04-13 14:00:29 +0000
commit9f3caea49f4f172786e457da51e2d4704d7ad610 (patch)
treed3c511c9ced88c3c4970bfcf15894f0b08cc6c92 /data
parentcfa72d49c30f577492522d567100feac11a25a8e (diff)
downloadvyos-1x-9f3caea49f4f172786e457da51e2d4704d7ad610.tar.gz
vyos-1x-9f3caea49f4f172786e457da51e2d4704d7ad610.zip
T8478: Fix typo in the firewall template bridge chain name
Internal typo/cosmitic bug, no functional changes
Diffstat (limited to 'data')
-rw-r--r--data/templates/firewall/nftables-bridge.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/firewall/nftables-bridge.j2 b/data/templates/firewall/nftables-bridge.j2
index 1975fb9b0..9821183cd 100644
--- a/data/templates/firewall/nftables-bridge.j2
+++ b/data/templates/firewall/nftables-bridge.j2
@@ -43,7 +43,7 @@
{% if bridge.output is vyos_defined %}
{% for prior, conf in bridge.output.items() %}
- chain VYOS_OUTUT_{{ prior }} {
+ chain VYOS_OUTPUT_{{ prior }} {
type filter hook output priority {{ prior }}; policy accept;
{% if global_options.state_policy is vyos_defined %}
jump VYOS_STATE_POLICY