summaryrefslogtreecommitdiff
path: root/docs/nat.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-01-03 16:33:03 +0100
committerChristian Poessinger <christian@poessinger.com>2020-01-03 16:33:03 +0100
commit334675c997dba7c021adebc98334d25d14abe5df (patch)
tree53216f40cd75d12b33d3ac2ca81e3d421c47ad6f /docs/nat.rst
parent3dee0da1e82224e81d90dc64f43e8fa2556d715c (diff)
downloadvyos-documentation-334675c997dba7c021adebc98334d25d14abe5df.tar.gz
vyos-documentation-334675c997dba7c021adebc98334d25d14abe5df.zip
nat: fix wrong call to cfgcmd
Diffstat (limited to 'docs/nat.rst')
-rw-r--r--docs/nat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nat.rst b/docs/nat.rst
index 8aafe300..0b09710b 100644
--- a/docs/nat.rst
+++ b/docs/nat.rst
@@ -111,7 +111,7 @@ NAT Ruleset
:abbr:`NAT (Network Address Translation)` is configured entirely on a series
of so called `rules`. Rules are numbered and evaluated by the underlaying OS
in numerical order! The rule numbers can be changes by utilizing the
-:cfgcmd:`rename` and :cfgcmd`copy` commands.
+:cfgcmd:`rename` and :cfgcmd:`copy` commands.
.. note:: Changes to the NAT system only affect newly established connections.
Already establiushed ocnnections are not affected.