]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ldp_sync_ospf_topo1/r2/show_ip_ospf_neighbor.json
ldpd: changes for code maintainability
[mirror_frr.git] / tests / topotests / ldp_sync_ospf_topo1 / r2 / show_ip_ospf_neighbor.json
1 {
2 "neighbors": {
3 "1.1.1.1": [
4 {
5 "priority":1,
6 "converged":"Full",
7 "address":"10.0.1.1",
8 "ifaceName":"r2-eth1:10.0.1.2",
9 "retransmitCounter":0,
10 "requestCounter":0,
11 "dbSummaryCounter":0
12 }
13 ],
14 "3.3.3.3": [
15 {
16 "priority":1,
17 "converged":"Full",
18 "address":"10.0.3.3",
19 "ifaceName":"r2-eth2:10.0.3.2",
20 "retransmitCounter":0,
21 "requestCounter":0,
22 "dbSummaryCounter":0
23 }
24 ]
25 }
26 }