bird/sysdep/linux
Ondrej Zajicek (work) e86cfd41d9 KRT: Fix route learn scan when route changed
When a kernel route changed, function krt_learn_scan() noticed that and
replaced the route in internal kernel FIB, but after that, function
krt_learn_prune() failed to propagate the new route to the nest, because
it confused the new route with the (removed) old best route and decided
that the best route did not changed.

Wow, the original code (and the bug) is almost 17 years old.
2016-04-06 11:46:25 +02:00
..
krt-sys.h Netlink: Allow more than 256 routing tables. 2015-11-11 11:40:49 +01:00
Modules Cleanup in sysdep KRT code, part 2. 2012-04-30 22:25:24 +02:00
netlink.c KRT: Fix route learn scan when route changed 2016-04-06 11:46:25 +02:00
netlink.Y Netlink: Allow more than 256 routing tables. 2015-11-11 11:40:49 +01:00
sysio.h Ensures that msg_controllen includes last padding. 2014-06-26 13:30:27 +02:00
syspriv.h Handles missing macro. 2011-07-29 14:52:28 +02:00