diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-20 21:55:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-10-20 21:59:23 +0200 |
commit | 6db8d3ded19f652b99231be0d705d76b598ac72a (patch) | |
tree | 1f28defdb3634162c15102c403c51aaceeda1288 /smoketest/configs | |
parent | 6116840936d3d47aa55cc127c52eedeacfa4198b (diff) | |
download | vyos-1x-6db8d3ded19f652b99231be0d705d76b598ac72a.tar.gz vyos-1x-6db8d3ded19f652b99231be0d705d76b598ac72a.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!
Diffstat (limited to 'smoketest/configs')
-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 } |