From b086b7a67dcf53534150514e3ab84fb4fe004032 Mon Sep 17 00:00:00 2001 From: Simon Polack Date: Thu, 19 Dec 2024 22:49:15 +0100 Subject: [PATCH] gateway: firewall: move bypass term at first position --- roles/cfg_openwrt/templates/gateway/config/firewall.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cfg_openwrt/templates/gateway/config/firewall.j2 b/roles/cfg_openwrt/templates/gateway/config/firewall.j2 index acbed4a9..0be83548 100644 --- a/roles/cfg_openwrt/templates/gateway/config/firewall.j2 +++ b/roles/cfg_openwrt/templates/gateway/config/firewall.j2 @@ -48,7 +48,7 @@ config forwarding config include option type nftables option path /etc/custom_fw_includes/chain_prepend_forward_uplink_allow_unestablished_flows - option position chain-prepend + option position chain-post option chain 'forward_uplink' config include