]> git.proxmox.com Git - mirror_frr.git/blob - tests/ospf6d/test_lsdb.in
staticd: Do not ready prefix for printing till it's decoded
[mirror_frr.git] / tests / ospf6d / test_lsdb.in
1 lsa set 0 type 1 adv 1.2.3.4 id 0.0.0.1
2 lsa set 1 type 1 adv 1.2.3.4 id 0.0.0.2
3 lsa set 2 type 2 adv 1.2.3.4 id 0.0.0.3
4 lsa set 3 type 2 adv 128.2.3.4 id 0.0.0.4
5 lsa set 4 type 2 adv 128.2.3.4 id 0.0.0.5
6 lsa set 5 type 3 adv 0.0.0.1 id 0.0.0.6
7 lsa refcounts
8
9 lsdb create
10
11 lsdb walk
12 lsdb walk type 1
13 lsdb walk type 2
14 lsdb get type 1 adv 1.2.3.4 id 0.0.0.2
15 lsdb get-next type 1 adv 1.2.3.4 id 0.0.0.2
16 lsa refcounts
17
18 lsdb add 0
19 lsdb add 1
20 lsa refcounts
21
22 lsdb walk
23 lsdb walk type 1
24 lsdb walk type 2
25 lsdb get type 1 adv 1.2.3.4 id 0.0.0.2
26 lsdb get-next type 1 adv 1.2.3.4 id 0.0.0.2
27 lsa refcounts
28
29 lsdb remove 0
30 lsdb add 2
31 lsdb add 3
32 lsdb add 4
33 lsa refcounts
34
35 lsdb walk
36 lsdb walk type 1
37 lsdb walk type 2
38 lsdb get type 1 adv 1.2.3.4 id 0.0.0.2
39 lsdb get-next type 1 adv 1.2.3.4 id 0.0.0.2
40 lsa refcounts
41
42 lsdb add 5
43 lsa refcounts
44
45 lsdb walk
46 lsdb walk type 1
47 lsdb walk type 2
48 lsdb get type 1 adv 1.2.3.4 id 0.0.0.2
49 lsdb get-next type 1 adv 1.2.3.4 id 0.0.0.2
50 lsa refcounts
51
52 lsdb remove 1
53 lsdb remove 5
54 lsa refcounts
55
56 lsdb walk
57 lsdb walk type 1
58 lsdb walk type 2
59 lsdb get type 1 adv 1.2.3.4 id 0.0.0.2
60 lsdb get-next type 1 adv 1.2.3.4 id 0.0.0.2
61 lsa refcounts
62
63 lsdb delete
64
65 lsa refcounts
66 lsa drop 0
67 lsa drop 1
68 lsa drop 2
69 lsa drop 3
70 lsa drop 4
71 lsa drop 5
72