0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/sysdep
Maria Matejka c9194f4161 Nest: Changed struct network * in struct rte to const net_addr *. [WIP]
This allows filtering the route without even touching the table on
import. Therefore rejected routes don't mess with the table in any way.
Only accepted routes are linked to the table.

Kernel protocol still uses a dirty hack to get routes synchronized. This
should be sanitized in future to allow proper concurrency.
2018-12-17 15:05:03 +01:00
..
bsd Nest: Changed struct network * in struct rte to const net_addr *. [WIP] 2018-12-17 15:05:03 +01:00
cf BSD: Use MSG_DONTROUTE for unicast packets on FreeBSD 2018-07-28 16:54:06 +02:00
linux Nest: Changed struct network * in struct rte to const net_addr *. [WIP] 2018-12-17 15:05:03 +01:00
unix Nest: Changed struct network * in struct rte to const net_addr *. [WIP] 2018-12-17 15:05:03 +01:00
config.h NEWS and version update 2018-03-21 16:33:08 +01:00
progdoc Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-06-26 17:09:12 +02:00
sysdep.sgml Spelling fixes to progdoc. 2000-06-07 12:29:08 +00:00