diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-08-10 09:54:46 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 09:54:46 +0200 | 
| commit | 355da9b31154dcd897d95cfbe5543d2644077786 (patch) | |
| tree | 510c244c743be165f8cce93a3450eef1c1ad1742 | |
| parent | 136c4b46d7b9ae2acd6712bdc40c2daa4b163f0d (diff) | |
| parent | 4c234d9bc5fe076006a5512df3d46f7796cd132f (diff) | |
| download | vyos-documentation-355da9b31154dcd897d95cfbe5543d2644077786.tar.gz vyos-documentation-355da9b31154dcd897d95cfbe5543d2644077786.zip | |
Merge pull request #305 from jack9603301/master
ipv6-tool: T2724: Modify the use case and syntax description of router  discovery
| -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) | 
