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