diff options
Diffstat (limited to 'docs/interfaces/vxlan.rst')
-rw-r--r-- | docs/interfaces/vxlan.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/interfaces/vxlan.rst b/docs/interfaces/vxlan.rst index 2795fc75..d432bdc6 100644 --- a/docs/interfaces/vxlan.rst +++ b/docs/interfaces/vxlan.rst @@ -1,8 +1,7 @@ VXLAN ----- -VXLAN is an overlaying Ethernet over IP protocol. -It is described in RFC7348_. +VXLAN is an overlaying Ethernet over IP protocol, it's described in :rfc:`7348`. If configuring VXLAN in a VyOS virtual machine, ensure that MAC spoofing (Hyper-V) or Forged Transmits (ESX) are permitted, otherwise forwarded frames @@ -300,8 +299,3 @@ Let's change the Multicast example from above: The default port udp is set to 8472. It can be changed with ``set interface vxlan <vxlanN> remote-port <port>`` - - -.. target-notes:: - -.. _RFC7348: https://datatracker.ietf.org/doc/rfc7348/ |