diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-05-12 10:39:41 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-05-12 10:39:41 -0300 |
commit | 0157bbeb79440126db2b23c5557f140fa114327c (patch) | |
tree | 614950c4b6068a8cc36a28e1dd6be52ef1fffbd4 /docs | |
parent | c56e46afe044680155cf35f74b59669699d26982 (diff) | |
download | vyos-documentation-0157bbeb79440126db2b23c5557f140fa114327c.tar.gz vyos-documentation-0157bbeb79440126db2b23c5557f140fa114327c.zip |
Add firewall connection-status nat documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/firewall/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index c2b47c80..55881b1b 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -290,6 +290,12 @@ Matching criteria There are a lot of matching criteria against which the package can be tested. +.. cfgcmd:: set firewall name <name> rule <1-999999> connection-status nat + [destination | source] +.. cfgcmd:: set firewall ipv6-name <name> rule <1-999999> connection-status + nat [destination | source] + + Match criteria based on nat connection status. .. cfgcmd:: set firewall name <name> rule <1-999999> source address [address | addressrange | CIDR] |