diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-20 21:55:01 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-22 16:44:27 +0000 |
commit | 162bd820d6cb88091618be83369feb591fc30306 (patch) | |
tree | 7dacbedb19a21aea71c832bc76e6d6affe790e89 /smoketest/configs/bgp-evpn-l2vpn-leaf | |
parent | c53a8b2a837ef39cb16e69f94b9954053355382e (diff) | |
download | vyos-1x-162bd820d6cb88091618be83369feb591fc30306.tar.gz vyos-1x-162bd820d6cb88091618be83369feb591fc30306.zip |
vxlan: T5671: change port to IANA assigned default port
Currently VyOS VXLAN implementation uses the Linux assigned port 8472 that
predates the IANA assignment. As Most other vendors use the IANA assigned port,
follow this guideline and use the new default port 4789.
Existing configuration not defining an explicit port number will be migrated
to the old default port number of 8472, keeping existing configurations work!
(cherry picked from commit 6db8d3ded19f652b99231be0d705d76b598ac72a)
# Conflicts:
# interface-definitions/include/version/interfaces-version.xml.i
Diffstat (limited to 'smoketest/configs/bgp-evpn-l2vpn-leaf')
-rw-r--r-- | smoketest/configs/bgp-evpn-l2vpn-leaf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smoketest/configs/bgp-evpn-l2vpn-leaf b/smoketest/configs/bgp-evpn-l2vpn-leaf index 020490186..ab46fbb02 100644 --- a/smoketest/configs/bgp-evpn-l2vpn-leaf +++ b/smoketest/configs/bgp-evpn-l2vpn-leaf @@ -33,7 +33,6 @@ interfaces { parameters { nolearning } - port 4789 source-address 172.29.0.1 vni 100 } |