diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-31 13:37:30 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-31 13:37:30 +0100 |
commit | 4e7203eb89611d663a6ec29fac0230f9716ff457 (patch) | |
tree | f62681d9b52d6e9d767ec617db88941e3cf5b7e2 /docs | |
parent | 551db355da12bb6f2d3cfab4f8c997e440f01984 (diff) | |
download | vyos-documentation-4e7203eb89611d663a6ec29fac0230f9716ff457.tar.gz vyos-documentation-4e7203eb89611d663a6ec29fac0230f9716ff457.zip |
vxlan: add IPv6 support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/interfaces/vxlan.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/interfaces/vxlan.rst b/docs/interfaces/vxlan.rst index 927eb40b..c1a7a5b1 100644 --- a/docs/interfaces/vxlan.rst +++ b/docs/interfaces/vxlan.rst @@ -88,11 +88,13 @@ Address Multicast group address for VXLAN interface. VXLAN tunnels can be built either via Multicast or via Unicast. + Both IPv4 and IPv6 multicast is possible. + .. cfgcmd:: set interfaces vxlan <interface> remote <address> - IPv4 remote address of the VXLAN tunnel. Alternative to multicast, the - remote IPv4 address of the VXLAN tunnel can set directly. + IPv4/IPv6 remote address of the VXLAN tunnel. Alternative to multicast, the + remote IPv4/IPv6 address can set directly. .. cfgcmd:: set interfaces vxlan <interface> port <port> |