0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00
bird/sysdep/linux
Pavel Šorejs e83beb70bd KRT: Allow to learn routes with RTPROT_KERNEL
The Kernel protocol, even with the option 'learn' enabled, ignores
direct routes created by the OS kernel (on Linux these are routes
with rtm_protocol == RTPROT_KERNEL).

Implement optional behavior where both OS kernel and third-party routes
are learned, it can be enabled by 'learn all' option.

Minor changes by committer.
2023-10-06 04:55:56 +02:00
..
krt-sys.h Netlink: Add option to specify netlink socket receive buffer size 2022-01-17 05:11:29 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
netlink-sys.h Netlink: move OS-specific headers and defines to sysdep 2022-12-16 19:21:51 +01:00
netlink.c KRT: Allow to learn routes with RTPROT_KERNEL 2023-10-06 04:55:56 +02:00
netlink.Y Netlink: Add option to specify netlink socket receive buffer size 2022-01-17 05:11:29 +01:00
sysio.h IO: Support nonlocal bind in socket interface 2022-01-08 19:02:31 +01:00
syspriv.h Minor code cleanups 2016-11-08 17:46:29 +01:00