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