bird/sysdep/bsd
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-sock.c KRT: Fix route learn scan when route changed 2016-04-06 11:46:25 +02:00
krt-sock.Y Implements multiple routing table support for FreeBSD and OpenBSD. 2013-07-07 12:11:42 +02:00
krt-sys.h Netlink: Allow more than 256 routing tables. 2015-11-11 11:40:49 +01:00
Modules Implements multiple routing table support for FreeBSD and OpenBSD. 2013-07-07 12:11:42 +02:00
sysio.h unsgined char -> byte 2015-06-08 02:24:08 +02:00