Skip to content

Commit dbbe4e2

Browse files
committed
update firewall example in nat44.rst
1 parent 5cc3e61 commit dbbe4e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/configuration/nat/nat44.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ rule, using ``connection-status`` matcher:
585585
586586
set firewall ipv4 forward filter rule 10 action accept
587587
set firewall ipv4 forward filter rule 10 connection-status nat destination
588-
set firewall ipv4 forward filter rule 10 state new enable
588+
set firewall ipv4 forward filter rule 10 state new
589589
590590
This would generate the following configuration:
591591

@@ -599,9 +599,7 @@ This would generate the following configuration:
599599
connection-status {
600600
nat destination
601601
}
602-
state {
603-
new enable
604-
}
602+
state new
605603
}
606604
}
607605
}

0 commit comments

Comments
 (0)