]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ldp_vpls_topo1/r2/show_ip_ospf_neighbor.json
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / ldp_vpls_topo1 / r2 / show_ip_ospf_neighbor.json
1 {
2 "neighbors": {
3 "1.1.1.1": [
4 {
5 "nbrPriority":1,
6 "converged":"Full",
7 "ifaceAddress":"10.0.1.1",
8 "ifaceName":"r2-eth1:10.0.1.2",
9 "linkStateRetransmissionListCounter":0,
10 "linkStateRequestListCounter":0,
11 "databaseSummaryListCounter":0
12 }
13 ],
14 "3.3.3.3": [
15 {
16 "nbrPriority":2,
17 "converged":"Full",
18 "ifaceAddress":"10.0.3.3",
19 "ifaceName":"r2-eth2:10.0.3.2",
20 "linkStateRetransmissionListCounter":0,
21 "linkStateRequestListCounter":0,
22 "databaseSummaryListCounter":0
23 }
24 ]
25 }
26 }