]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_evpn_vxlan_topo1/PE1/evpn.vni.json
Merge pull request #12654 from Pdoijode/evpn-evi-detail-json-changes
[mirror_frr.git] / tests / topotests / bgp_evpn_vxlan_topo1 / PE1 / evpn.vni.json
1 {
2 "vni":101,
3 "type":"L2",
4 "tenantVrf":"default",
5 "vxlanInterface":"vxlan101",
6 "vtepIp":"10.10.10.10",
7 "mcastGroup":"0.0.0.0",
8 "advertiseGatewayMacip":"No",
9 "numRemoteVteps":1,
10 "remoteVteps":[
11 {
12 "ip":"10.30.30.30",
13 "flood":"HER"
14 }
15 ]
16 }
17