]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_gr_topo1/rt6/show_ip_ospf_neighbor.json
tests: Convert over to using converged to test for ospf being converged
[mirror_frr.git] / tests / topotests / ospf_gr_topo1 / rt6 / show_ip_ospf_neighbor.json
1 {
2 "neighbors":{
3 "3.3.3.3":[
4 {
5 "converged":"Full",
6 "address":"10.0.4.3",
7 "ifaceName":"eth-rt3:10.0.4.6"
8 }
9 ],
10 "7.7.7.7":[
11 {
12 "converged":"Full",
13 "address":"10.0.6.7",
14 "ifaceName":"eth-rt7:10.0.6.6"
15 }
16 ]
17 }
18 }