]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/pim_acl/r1/ospf_neighbor.json
tests: Convert over to using converged to test for ospf being converged
[mirror_frr.git] / tests / topotests / pim_acl / r1 / ospf_neighbor.json
1 {
2 "neighbors":{
3 "192.168.0.11":[
4 {
5 "priority":10,
6 "converged":"Full",
7 "address":"192.168.101.11",
8 "ifaceName":"r1-eth1:192.168.101.1",
9 "retransmitCounter":0,
10 "requestCounter":0,
11 "dbSummaryCounter":0
12 }
13 ],
14 "192.168.0.12":[
15 {
16 "priority":0,
17 "converged":"Full",
18 "address":"192.168.101.12",
19 "ifaceName":"r1-eth1:192.168.101.1",
20 "retransmitCounter":0,
21 "requestCounter":0,
22 "dbSummaryCounter":0
23 }
24 ],
25 "192.168.0.13":[
26 {
27 "priority":0,
28 "converged":"Full",
29 "address":"192.168.101.13",
30 "ifaceName":"r1-eth1:192.168.101.1",
31 "retransmitCounter":0,
32 "requestCounter":0,
33 "dbSummaryCounter":0
34 }
35 ],
36 "192.168.0.14":[
37 {
38 "priority":0,
39 "converged":"Full",
40 "address":"192.168.101.14",
41 "ifaceName":"r1-eth1:192.168.101.1",
42 "retransmitCounter":0,
43 "requestCounter":0,
44 "dbSummaryCounter":0
45 }
46 ],
47 "192.168.0.15":[
48 {
49 "priority":0,
50 "converged":"Full",
51 "address":"192.168.101.15",
52 "ifaceName":"r1-eth1:192.168.101.1",
53 "retransmitCounter":0,
54 "requestCounter":0,
55 "dbSummaryCounter":0
56 }
57 ]
58 }
59 }