]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_gr_topo1/rt2/show_ip_ospf_neighbor.json
ldpd: changes for code maintainability
[mirror_frr.git] / tests / topotests / ospf_gr_topo1 / rt2 / show_ip_ospf_neighbor.json
1 {
2 "neighbors":{
3 "1.1.1.1":[
4 {
5 "converged":"Full",
6 "address":"10.0.1.1",
7 "ifaceName":"eth-rt1:10.0.1.2"
8 }
9 ],
10 "3.3.3.3":[
11 {
12 "converged":"Full",
13 "address":"10.0.2.3",
14 "ifaceName":"eth-rt3:10.0.2.2"
15 }
16 ]
17 }
18 }