]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ldp_oc_topo1/r4/show_ip_ospf_neighbor.json
Merge pull request #9791 from opensourcerouting/bgp-json-mem-fix
[mirror_frr.git] / tests / topotests / ldp_oc_topo1 / r4 / show_ip_ospf_neighbor.json
1
2 {
3 "neighbors":{
4 "2.2.2.2":[
5 {
6 "priority":1,
7 "converged":"Full",
8 "address":"10.0.2.2",
9 "ifaceName":"r4-eth0:10.0.2.4"
10 }
11 ],
12 "3.3.3.3":[
13 {
14 "priority":2,
15 "converged":"Full",
16 "address":"10.0.2.3",
17 "ifaceName":"r4-eth0:10.0.2.4"
18 }
19 ]
20 }
21 }