1
0
Fork 0
frr/tests/topotests/pim_acl/r1/pim_neighbor.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

31 lines
615 B
JSON

{
"r1-eth0":{
},
"r1-eth1":{
"192.168.101.12":{
"interface":"r1-eth1",
"neighbor":"192.168.101.12",
"drPriority":1
},
"192.168.101.15":{
"interface":"r1-eth1",
"neighbor":"192.168.101.15",
"drPriority":1
},
"192.168.101.14":{
"interface":"r1-eth1",
"neighbor":"192.168.101.14",
"drPriority":1
},
"192.168.101.11":{
"interface":"r1-eth1",
"neighbor":"192.168.101.11",
"drPriority":1
},
"192.168.101.13":{
"interface":"r1-eth1",
"neighbor":"192.168.101.13",
"drPriority":1
}
}
}