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