From 4638982916765ff04901e9e32fb731a53731e06f Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 21 May 2019 20:17:38 +0200 Subject: include default port fix from T1384 --- docs/interfaces/vxlan.rst | 4 ++-- 1 file 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 remote-port `` .. target-notes:: -- cgit v1.2.3