summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-31 13:27:16 +0200
committerrebortg <github@ghlr.de>2022-03-31 13:27:16 +0200
commite23407b008ba871a916ec566499669ee650fd504 (patch)
tree80806cfd31b95084f6235f76c7dd4ea6f506e25f
parentd007939cdc49b262766d1c0c0716c60f4a808bd1 (diff)
downloadvyos-documentation-e23407b008ba871a916ec566499669ee650fd504.tar.gz
vyos-documentation-e23407b008ba871a916ec566499669ee650fd504.zip
cfgcmd: correct various command typos
-rw-r--r--docs/configuration/policy/local-route.rst4
-rw-r--r--docs/configuration/protocols/igmp.rst4
-rw-r--r--docs/configuration/protocols/rpki.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/policy/local-route.rst b/docs/configuration/policy/local-route.rst
index e938f3cc..e24d61d0 100644
--- a/docs/configuration/policy/local-route.rst
+++ b/docs/configuration/policy/local-route.rst
@@ -34,11 +34,11 @@ Local Route IPv6
Set routing table to forward packet to.
-.. cfgcmd:: set policy local-route6 rule <1-32765> source <h:h:h:h:h:h:h:h|<h:h:h:h:h:h:h:h/x>
+.. cfgcmd:: set policy local-route6 rule <1-32765> source <h:h:h:h:h:h:h:h | h:h:h:h:h:h:h:h/x>
Set source address or prefix to match.
-.. cfgcmd:: set policy local-route6 rule <1-32765> destination <h:h:h:h:h:h:h:h|<h:h:h:h:h:h:h:h/x>
+.. cfgcmd:: set policy local-route6 rule <1-32765> destination <h:h:h:h:h:h:h:h | h:h:h:h:h:h:h:h/x>
Set destination address or prefix to match.
diff --git a/docs/configuration/protocols/igmp.rst b/docs/configuration/protocols/igmp.rst
index 85860b72..0c7a470b 100644
--- a/docs/configuration/protocols/igmp.rst
+++ b/docs/configuration/protocols/igmp.rst
@@ -151,13 +151,13 @@ You can also tune multicast with the following commands.
IP address too.
-.. cfgcmd:: set protocols igmp interface <interface query-interval <seconds>
+.. cfgcmd:: set protocols igmp interface <interface> query-interval <seconds>
Use this command to configure in the selected interface the IGMP
host query interval (1-1800) in seconds that PIM will use.
-.. cfgcmd:: set protocols igmp interface <interface query-max-response-time
+.. cfgcmd:: set protocols igmp interface <interface> query-max-response-time
<deciseconds>
Use this command to configure in the selected interface the IGMP
diff --git a/docs/configuration/protocols/rpki.rst b/docs/configuration/protocols/rpki.rst
index c67a08e3..294a91f8 100644
--- a/docs/configuration/protocols/rpki.rst
+++ b/docs/configuration/protocols/rpki.rst
@@ -144,7 +144,7 @@ the connection.
Local path that includes the private key file of the router.
-.. cfgcmd:: set protocols rpki cache <address> ssh public-key-file <filepath
+.. cfgcmd:: set protocols rpki cache <address> ssh public-key-file <filepath>
Local path that includes the public key file of the router.