]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ldp_oc_topo1/r3/show_ip_ospf_neighbor.json
ldpd: changes for code maintainability
[mirror_frr.git] / tests / topotests / ldp_oc_topo1 / r3 / show_ip_ospf_neighbor.json
1 {
2 "neighbors":{
3 "2.2.2.2":[
4 {
5 "priority":1,
6 "converged":"Full",
7 "address":"10.0.2.2",
8 "ifaceName":"r3-eth0:10.0.2.3"
9 }
10 ],
11 "4.4.4.4":[
12 {
13 "priority":3,
14 "converged":"Full",
15 "address":"10.0.2.4",
16 "ifaceName":"r3-eth0:10.0.2.3"
17 }
18 ]
19 }
20 }