summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2019-05-21 20:17:38 +0200
committerrebortg <github@ghlr.de>2019-05-21 20:17:38 +0200
commit4638982916765ff04901e9e32fb731a53731e06f (patch)
tree79132bafe93e2edf22e4095a7c2150f507a55350 /docs
parent72d55cc77965857d2a404b5fa32715445008aa53 (diff)
downloadvyos-documentation-4638982916765ff04901e9e32fb731a53731e06f.tar.gz
vyos-documentation-4638982916765ff04901e9e32fb731a53731e06f.zip
include default port fix from T1384
Diffstat (limited to 'docs')
-rw-r--r--docs/interfaces/vxlan.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interfaces/vxlan.rst b/docs/interfaces/vxlan.rst
index 16b56b3b..c7333b7e 100644
--- a/docs/interfaces/vxlan.rst
+++ b/docs/interfaces/vxlan.rst
@@ -292,12 +292,12 @@ Let's change the Multicast example from above:
# leaf2
set interface vxlan vxlan241 remote 10.1.3.3
- set interface vxlan vxlan241 remote-port 4789
# leaf3
set interface vxlan vxlan241 remote 10.1.2.2
- set interface vxlan vxlan241 remote-port 4789
+The default port udp is set to 8472 by the kernel.
+It can be changed with ``set interface vxlan <vxlanN> remote-port <port>``
.. target-notes::