diff options
author | rebortg <github@ghlr.de> | 2019-05-21 20:23:19 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-05-21 20:23:19 +0200 |
commit | 7d8ef86887192e02c961fee677a9074f8bdf938b (patch) | |
tree | bceaab316a805cfd5cc27bbe2d3a4621ca79fb40 /docs/interfaces | |
parent | 4638982916765ff04901e9e32fb731a53731e06f (diff) | |
download | vyos-documentation-7d8ef86887192e02c961fee677a9074f8bdf938b.tar.gz vyos-documentation-7d8ef86887192e02c961fee677a9074f8bdf938b.zip |
remove port setter im not sure about this
Diffstat (limited to 'docs/interfaces')
-rw-r--r-- | docs/interfaces/vxlan.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interfaces/vxlan.rst b/docs/interfaces/vxlan.rst index c7333b7e..75628953 100644 --- a/docs/interfaces/vxlan.rst +++ b/docs/interfaces/vxlan.rst @@ -296,7 +296,7 @@ Let's change the Multicast example from above: # leaf3 set interface vxlan vxlan241 remote 10.1.2.2 -The default port udp is set to 8472 by the kernel. +The default port udp is set to 8472. It can be changed with ``set interface vxlan <vxlanN> remote-port <port>`` |