frr/tests/topotests/evpn_pim_1/spine/join-info.json
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

34 lines
657 B
JSON

{
"spine-eth0":{
"name":"spine-eth0",
"state":"up",
"address":"192.168.1.1",
"flagMulticast":true,
"flagBroadcast":true,
"lanDelayEnabled":true,
"239.1.1.1":{
"*":{
"source":"*",
"group":"239.1.1.1",
"prune":"--:--",
"channelJoinName":"JOIN"
}
}
},
"spine-eth1":{
"name":"spine-eth1",
"state":"up",
"address":"192.168.2.1",
"flagMulticast":true,
"flagBroadcast":true,
"lanDelayEnabled":true,
"239.1.1.1":{
"*":{
"source":"*",
"group":"239.1.1.1",
"prune":"--:--",
"channelJoinName":"JOIN"
}
}
}
}