0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00
bird/proto/bgp
Maria Matejka 9d798cd843 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-20 13:19:49 +01:00
..
attrs.c Nest: Changed struct network * in struct rte to const net_addr *. [WIP] 2018-12-20 13:19:49 +01:00
bgp.c BGP: Extend 'next hop keep' and 'next hop self' options 2018-12-16 23:44:24 +01:00
bgp.h BGP: Extend 'next hop keep' and 'next hop self' options 2018-12-16 23:44:24 +01:00
config.Y BGP: Extend 'next hop keep' and 'next hop self' options 2018-12-16 23:44:24 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c BGP: Extend 'next hop keep' and 'next hop self' options 2018-12-16 23:44:24 +01:00