]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Use bitmask of pxlens to speed-up net_route()
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 28 May 2019 15:23:32 +0000 (17:23 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 28 May 2019 15:23:32 +0000 (17:23 +0200)
commit7d1c2ea5c095a8dcd0354664354267819e5ec78a
tree0282dafe8a7a80e3c306ce3920772801b4084ceb
parent5c73cd94a56eb4376dbcde499581f7956f2dc16e
Nest: Use bitmask of pxlens to speed-up net_route()

Use bitmask to keep track of pxlens that might be in rtable to avoid
unnecessary lookups during net_route().
nest/route.h
nest/rt-table.c