]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: update evpn vxlan for svi behaviour change
authorPat Ruddy <pat@voltanet.io>
Fri, 22 Jan 2021 11:52:54 +0000 (11:52 +0000)
committerPat Ruddy <pat@voltanet.io>
Fri, 29 Jan 2021 09:52:03 +0000 (09:52 +0000)
This test relied on the default addition of SVI MAC in zebra
now this has been fixed the test needs to be updated to work
with the new behaviour.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf
tests/topotests/bgp-evpn-vxlan_topo1/PE1/evpn.vni.json
tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf
tests/topotests/bgp-evpn-vxlan_topo1/PE2/evpn.vni.json

index c7a76a98ed6ced44dd4af62f3590ff9d72ccbca0..991a1e7e56ed00e3aa52434b4eab4a6670c011c7 100644 (file)
@@ -8,3 +8,4 @@ router bgp 65000
  address-family l2vpn evpn
   neighbor 10.30.30.30 activate
   advertise-all-vni
+  advertise-svi-ip
index 293750424463b6a57047229ef663f5297b5fb321..e500a1d85c4d7b784e0ab384f962eaa82c99390b 100644 (file)
@@ -6,8 +6,8 @@
   "vtepIp":"10.10.10.10",
   "mcastGroup":"0.0.0.0",
   "advertiseGatewayMacip":"No",
-  "numMacs":5,
-  "numArpNd":3,
+  "numMacs":6,
+  "numArpNd":6,
   "numRemoteVteps":[
     "10.30.30.30"
   ]
index 0a24158bb81f336da3305a172a7c69fddfa2ae17..52f8687bc1e4e945169a60a207db92f089a0cc16 100644 (file)
@@ -9,3 +9,4 @@ router bgp 65000
  address-family l2vpn evpn
   neighbor 10.10.10.10 activate
   advertise-all-vni
+  advertise-svi-ip
index 0853147a00c1915856ab9354cadd4642d22eee36..0a56a235bd3475d72f80a5250fa66b0c54d8d64c 100644 (file)
@@ -6,8 +6,8 @@
   "vtepIp":"10.30.30.30",
   "mcastGroup":"0.0.0.0",
   "advertiseGatewayMacip":"No",
-  "numMacs":5,
-  "numArpNd":3,
+  "numMacs":6,
+  "numArpNd":6,
   "numRemoteVteps":[
     "10.10.10.10"
   ]