Skip to content

Commit

Permalink
update firewall example in nat44.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckath committed Jan 20, 2025
1 parent 5cc3e61 commit dbbe4e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/configuration/nat/nat44.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -599,9 +599,7 @@ This would generate the following configuration:
connection-status {
nat destination
}
state {
new enable
}
state new
}
}
}
Expand Down

0 comments on commit dbbe4e2

Please sign in to comment.