From 6db8d3ded19f652b99231be0d705d76b598ac72a Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 20 Oct 2023 21:55:01 +0200 Subject: 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! --- smoketest/configs/bgp-evpn-l2vpn-leaf | 1 - 1 file changed, 1 deletion(-) (limited to 'smoketest/configs') 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 } -- cgit v1.2.3