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>
address-family l2vpn evpn
neighbor 10.30.30.30 activate
advertise-all-vni
+ advertise-svi-ip
"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"
]
address-family l2vpn evpn
neighbor 10.10.10.10 activate
advertise-all-vni
+ advertise-svi-ip
"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"
]