diff options
| author | sinycn <sinycn@users.noreply.github.com> | 2020-02-05 01:43:51 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 18:43:51 +0100 | 
| commit | 5fcefb78b54f32fc06696257e00f2871841023c9 (patch) | |
| tree | f2004d305c4ed5b970246c9957cb41e4c8bf3226 /docs/interfaces/tunnel.rst | |
| parent | 373eaff6b04a2c50339337775ed54d5dba5a0e34 (diff) | |
| download | vyos-documentation-5fcefb78b54f32fc06696257e00f2871841023c9.tar.gz vyos-documentation-5fcefb78b54f32fc06696257e00f2871841023c9.zip | |
tunnel: fix ip6ip6 settings
Diffstat (limited to 'docs/interfaces/tunnel.rst')
| -rw-r--r-- | docs/interfaces/tunnel.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/interfaces/tunnel.rst b/docs/interfaces/tunnel.rst index 87de9000..46e0a9da 100644 --- a/docs/interfaces/tunnel.rst +++ b/docs/interfaces/tunnel.rst @@ -42,7 +42,7 @@ An example:  .. code-block:: none -  set interfaces tunnel tun0 encapsulation ipip +  set interfaces tunnel tun0 encapsulation ip6ip6    set interfaces tunnel tun0 local-ip 2001:db8:aa::1/64    set interfaces tunnel tun0 remote-ip 2001:db8:aa::2/64    set interfaces tunnel tun0 address 2001:db8:bb::1/64 | 
