diff options
author | rebortg <github@ghlr.de> | 2022-03-31 13:27:16 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-31 13:27:16 +0200 |
commit | e23407b008ba871a916ec566499669ee650fd504 (patch) | |
tree | 80806cfd31b95084f6235f76c7dd4ea6f506e25f /docs/configuration/protocols | |
parent | d007939cdc49b262766d1c0c0716c60f4a808bd1 (diff) | |
download | vyos-documentation-e23407b008ba871a916ec566499669ee650fd504.tar.gz vyos-documentation-e23407b008ba871a916ec566499669ee650fd504.zip |
cfgcmd: correct various command typos
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/igmp.rst | 4 | ||||
-rw-r--r-- | docs/configuration/protocols/rpki.rst | 2 |
2 files changed, 3 insertions, 3 deletions
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. |