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