]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / ldp_oc_topo1 / r2 / show_ip_ospf_neighbor.json
CommitLineData
418b2885
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",
3636b6c1 8 "ifaceName":"r2-eth0:10.0.1.2"
418b2885
KS
9 }
10 ],
11 "3.3.3.3":[
12 {
c42ac5f6 13 "nbrPriority":2,
a22d51e2 14 "converged":"Full",
c42ac5f6 15 "ifaceAddress":"10.0.2.3",
418b2885
KS
16 "ifaceName":"r2-eth1:10.0.2.2"
17 }
18 ],
19 "4.4.4.4":[
20 {
c42ac5f6 21 "nbrPriority":3,
a22d51e2 22 "converged":"Full",
c42ac5f6 23 "ifaceAddress":"10.0.2.4",
418b2885
KS
24 "ifaceName":"r2-eth1:10.0.2.2"
25 }
26 ]
27 }
28}