From dbbe4e2e42efac2923b8e3260ec97fbe0063f2a2 Mon Sep 17 00:00:00 2001 From: ckath Date: Mon, 20 Jan 2025 21:46:42 +0100 Subject: update firewall example in nat44.rst --- docs/configuration/nat/nat44.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/configuration/nat/nat44.rst b/docs/configuration/nat/nat44.rst index 68854c16..fb0d5af9 100644 --- a/docs/configuration/nat/nat44.rst +++ b/docs/configuration/nat/nat44.rst @@ -585,7 +585,7 @@ rule, using ``connection-status`` matcher: set firewall ipv4 forward filter rule 10 action accept set firewall ipv4 forward filter rule 10 connection-status nat destination - set firewall ipv4 forward filter rule 10 state new enable + set firewall ipv4 forward filter rule 10 state new This would generate the following configuration: @@ -599,9 +599,7 @@ This would generate the following configuration: connection-status { nat destination } - state { - new enable - } + state new } } } -- cgit v1.2.3