History log of /openbsd-current/regress/usr.sbin/bgpd/unittests/rde_trie_test.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.14 14-Feb-2024 claudio

Adjust test after the change to struct bgpd_addr.
Noticed by anton@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE
# 1.13 07-Feb-2022 claudio

Switch to stdint.h types like rest of bgpd


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.12 29-Dec-2020 claudio

Adjut the roa-set unittest to the new way roas are added into a trie.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.11 17-Jun-2019 claudio

Too much space


Revision tags: OPENBSD_6_5_BASE
# 1.10 03-Mar-2019 claudio

Adjust caller of sa2addr() so this compiles again.
Found by mbuhl at mbuhl dot me


# 1.9 01-Nov-2018 claudio

Make this compile again by defining struct rde_memstats rdemem; in the tests.


Revision tags: OPENBSD_6_4_BASE
# 1.8 29-Sep-2018 claudio

ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).


# 1.7 24-Sep-2018 denis

sync host*() changes from bgpd

OK kn@


# 1.6 20-Sep-2018 claudio

Adjust unittests to the adjustments done to the as_set code.
OK benno@


# 1.5 18-Sep-2018 claudio

Start testing the roa backend (test 5) and cleanup tool in general.


# 1.4 18-Sep-2018 denis

fix a crash when prefix length is not specified


# 1.3 10-Sep-2018 benno

check orlonger option of trie_match()


# 1.2 09-Sep-2018 claudio

Fixup unit test after change to trie_match (or-longer case)


# 1.1 07-Sep-2018 claudio

Regress test for rde_trie should cover some basics for now.


# 1.13 07-Feb-2022 claudio

Switch to stdint.h types like rest of bgpd


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.12 29-Dec-2020 claudio

Adjut the roa-set unittest to the new way roas are added into a trie.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.11 17-Jun-2019 claudio

Too much space


Revision tags: OPENBSD_6_5_BASE
# 1.10 03-Mar-2019 claudio

Adjust caller of sa2addr() so this compiles again.
Found by mbuhl at mbuhl dot me


# 1.9 01-Nov-2018 claudio

Make this compile again by defining struct rde_memstats rdemem; in the tests.


Revision tags: OPENBSD_6_4_BASE
# 1.8 29-Sep-2018 claudio

ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).


# 1.7 24-Sep-2018 denis

sync host*() changes from bgpd

OK kn@


# 1.6 20-Sep-2018 claudio

Adjust unittests to the adjustments done to the as_set code.
OK benno@


# 1.5 18-Sep-2018 claudio

Start testing the roa backend (test 5) and cleanup tool in general.


# 1.4 18-Sep-2018 denis

fix a crash when prefix length is not specified


# 1.3 10-Sep-2018 benno

check orlonger option of trie_match()


# 1.2 09-Sep-2018 claudio

Fixup unit test after change to trie_match (or-longer case)


# 1.1 07-Sep-2018 claudio

Regress test for rde_trie should cover some basics for now.


# 1.12 29-Dec-2020 claudio

Adjut the roa-set unittest to the new way roas are added into a trie.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.11 17-Jun-2019 claudio

Too much space


Revision tags: OPENBSD_6_5_BASE
# 1.10 03-Mar-2019 claudio

Adjust caller of sa2addr() so this compiles again.
Found by mbuhl at mbuhl dot me


# 1.9 01-Nov-2018 claudio

Make this compile again by defining struct rde_memstats rdemem; in the tests.


Revision tags: OPENBSD_6_4_BASE
# 1.8 29-Sep-2018 claudio

ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).


# 1.7 24-Sep-2018 denis

sync host*() changes from bgpd

OK kn@


# 1.6 20-Sep-2018 claudio

Adjust unittests to the adjustments done to the as_set code.
OK benno@


# 1.5 18-Sep-2018 claudio

Start testing the roa backend (test 5) and cleanup tool in general.


# 1.4 18-Sep-2018 denis

fix a crash when prefix length is not specified


# 1.3 10-Sep-2018 benno

check orlonger option of trie_match()


# 1.2 09-Sep-2018 claudio

Fixup unit test after change to trie_match (or-longer case)


# 1.1 07-Sep-2018 claudio

Regress test for rde_trie should cover some basics for now.


# 1.11 17-Jun-2019 claudio

Too much space


Revision tags: OPENBSD_6_5_BASE
# 1.10 03-Mar-2019 claudio

Adjust caller of sa2addr() so this compiles again.
Found by mbuhl at mbuhl dot me


# 1.9 01-Nov-2018 claudio

Make this compile again by defining struct rde_memstats rdemem; in the tests.


Revision tags: OPENBSD_6_4_BASE
# 1.8 29-Sep-2018 claudio

ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).


# 1.7 24-Sep-2018 denis

sync host*() changes from bgpd

OK kn@


# 1.6 20-Sep-2018 claudio

Adjust unittests to the adjustments done to the as_set code.
OK benno@


# 1.5 18-Sep-2018 claudio

Start testing the roa backend (test 5) and cleanup tool in general.


# 1.4 18-Sep-2018 denis

fix a crash when prefix length is not specified


# 1.3 10-Sep-2018 benno

check orlonger option of trie_match()


# 1.2 09-Sep-2018 claudio

Fixup unit test after change to trie_match (or-longer case)


# 1.1 07-Sep-2018 claudio

Regress test for rde_trie should cover some basics for now.


# 1.10 03-Mar-2019 claudio

Adjust caller of sa2addr() so this compiles again.
Found by mbuhl at mbuhl dot me


# 1.9 01-Nov-2018 claudio

Make this compile again by defining struct rde_memstats rdemem; in the tests.


Revision tags: OPENBSD_6_4_BASE
# 1.8 29-Sep-2018 claudio

ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).


# 1.7 24-Sep-2018 denis

sync host*() changes from bgpd

OK kn@


# 1.6 20-Sep-2018 claudio

Adjust unittests to the adjustments done to the as_set code.
OK benno@


# 1.5 18-Sep-2018 claudio

Start testing the roa backend (test 5) and cleanup tool in general.


# 1.4 18-Sep-2018 denis

fix a crash when prefix length is not specified


# 1.3 10-Sep-2018 benno

check orlonger option of trie_match()


# 1.2 09-Sep-2018 claudio

Fixup unit test after change to trie_match (or-longer case)


# 1.1 07-Sep-2018 claudio

Regress test for rde_trie should cover some basics for now.