diff options
author | greenpsi <git@psinet.dev> | 2023-11-16 00:19:59 +0100 |
---|---|---|
committer | greenpsi <git@psinet.dev> | 2023-11-16 00:19:59 +0100 |
commit | f0349e7f1f49a51658c7b317205091a93fec71bf (patch) | |
tree | 82502734e34b7fda46ca79e4a9588969f437d0f1 /docs/configuration/nat | |
parent | 9e9f2755a87f61caa17b12cff669af73a5863dac (diff) | |
download | vyos-documentation-f0349e7f1f49a51658c7b317205091a93fec71bf.tar.gz vyos-documentation-f0349e7f1f49a51658c7b317205091a93fec71bf.zip |
Nat update
Update some nat commands to new syntax
Diffstat (limited to 'docs/configuration/nat')
-rw-r--r-- | docs/configuration/nat/nat44.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/nat/nat44.rst b/docs/configuration/nat/nat44.rst index b42c6cfe..98b230a9 100644 --- a/docs/configuration/nat/nat44.rst +++ b/docs/configuration/nat/nat44.rst @@ -663,7 +663,7 @@ We will use source and destination address for hash generation. .. code-block:: none - set nat destination rule 10 inbound-interface inbound-interface eth0 + set nat destination rule 10 inbound-interface name eth0 set nat destination rule 10 protocol tcp set nat destination rule 10 destination port 80 set nat destination rule 10 load-balance hash source-address |