]> git.ipfire.org Git - thirdparty/bird.git/commit
Index of different net_addr values for hashing and bit-marking
authorMaria Matejka <mq@ucw.cz>
Mon, 4 Dec 2023 09:33:30 +0000 (10:33 +0100)
committerMaria Matejka <mq@ucw.cz>
Mon, 8 Jan 2024 08:34:32 +0000 (09:34 +0100)
commit54d5e36ec0bed1226c98ddee3d34e1ae29692951
tree25469d5dd3c2bfb2963577acd42b59db3aaa9440
parent6c4be8d1d3181d5736dd49f8145d607cda1b158e
Index of different net_addr values for hashing and bit-marking

For many reasons, it's handy to assign a contiguous range of integers to
known net_addr values. This is a data structure keeping this mapping.
lib/Makefile
lib/hash.h
lib/netindex.c [new file with mode: 0644]
lib/netindex.h [new file with mode: 0644]
lib/netindex_private.h [new file with mode: 0644]