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/configexamples/ha.rst | |
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/configexamples/ha.rst')
-rw-r--r-- | docs/configexamples/ha.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/ha.rst b/docs/configexamples/ha.rst index 1ceda8e9..1badf231 100644 --- a/docs/configexamples/ha.rst +++ b/docs/configexamples/ha.rst @@ -303,7 +303,7 @@ public interface. .. code-block:: none set nat source rule 10 destination address '!192.0.2.0/24' - set nat source rule 10 outbound-interface 'eth0.50' + set nat source rule 10 outbound-interface name 'eth0.50' set nat source rule 10 source address '10.200.201.0/24' set nat source rule 10 translation address '203.0.113.1' |