]> git.ipfire.org Git - thirdparty/bird.git/commit
Replacing table FIB by netindex and simple pointer block mq-tmp-netinde
authorMaria Matejka <mq@ucw.cz>
Fri, 8 Dec 2023 15:13:14 +0000 (16:13 +0100)
committerMaria Matejka <mq@ucw.cz>
Mon, 8 Jan 2024 08:34:32 +0000 (09:34 +0100)
commit548dbb2252e80362789b8c98355f468491d47b34
treee350971a41489b8dd7f6972147642cccb210f38f
parent54d5e36ec0bed1226c98ddee3d34e1ae29692951
Replacing table FIB by netindex and simple pointer block

Using the netindex data structure to simplify route storage inside route
tables. This should also help with future unlocking of route import.
nest/route.h
nest/rt-table.c
sysdep/unix/krt.c