diff options
author | JACK <jack9603301@163.com> | 2020-08-09 01:19:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 01:19:12 +0800 |
commit | 4c234d9bc5fe076006a5512df3d46f7796cd132f (patch) | |
tree | 905a67de99196a869cf66297dea46d74e78c22ba | |
parent | ca0fcc9d6a4ae4607c14bca759432278a30da88c (diff) | |
download | vyos-documentation-4c234d9bc5fe076006a5512df3d46f7796cd132f.tar.gz vyos-documentation-4c234d9bc5fe076006a5512df3d46f7796cd132f.zip |
ipv6-tool: T2724: Modify the use case and syntax description of router discovery
Some syntax and use case description errors were found, so fix them here
-rw-r--r-- | docs/troubleshooting.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index b52d50a9..17d1ebb3 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -299,13 +299,13 @@ Vyos 1.3 supports the following commands to complete IPv6 Router Discovery: .. code-block:: none - vyos@vyos:~$ force ipv6-rd interface <interface> address <ip> + vyos@vyos:~$ force ipv6-rd interface <interface> [address <ip>] Example: .. code-block:: none - vyos@vyos:~$ force ipv6-rd interface <interface> address <ip> + vyos@vyos:~$ force ipv6-rd interface eth0 Soliciting ff02::2 (ff02::2) on eth0... Hop limit : 60 ( 0x3c) |