summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
diff options
context:
space:
mode:
authorLucky <14868134+L-U-C-K-Y@users.noreply.github.com>2023-12-30 10:46:24 +0100
committerGitHub <noreply@github.com>2023-12-30 10:46:24 +0100
commit4d5a41412def329422f362b25213237a2be84ebb (patch)
tree422654cf907e692ca0a3a50f3bd5fb7e4ec0dfce /docs/quick-start.rst
parent20a6836e167260616d6f0e8868e135b71e5f8fc0 (diff)
downloadvyos-documentation-4d5a41412def329422f362b25213237a2be84ebb.tar.gz
vyos-documentation-4d5a41412def329422f362b25213237a2be84ebb.zip
quick-start: fix nat interface example sytanx
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r--docs/quick-start.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst
index e5094468..7a22d9de 100644
--- a/docs/quick-start.rst
+++ b/docs/quick-start.rst
@@ -114,7 +114,7 @@ network via IP masquerade.
.. code-block:: none
- set nat source rule 100 outbound-interface 'eth0'
+ set nat source rule 100 outbound-interface name 'eth0'
set nat source rule 100 source address '192.168.0.0/24'
set nat source rule 100 translation address masquerade