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/policy | |
parent | d007939cdc49b262766d1c0c0716c60f4a808bd1 (diff) | |
download | vyos-documentation-e23407b008ba871a916ec566499669ee650fd504.tar.gz vyos-documentation-e23407b008ba871a916ec566499669ee650fd504.zip |
cfgcmd: correct various command typos
Diffstat (limited to 'docs/configuration/policy')
-rw-r--r-- | docs/configuration/policy/local-route.rst | 4 |
1 files changed, 2 insertions, 2 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. |