0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 05:08:42 +00:00
bird/proto/bgp
Maria Matejka 6b0368cc2c Export tables merged with BGP prefix hash
Until now, if export table was enabled, Nest was storing exactly the
route before rt_notify() was called on it. This was quite sloppy and
spooky and it also wasn't reflecting the changes BGP does before
sending. And as BGP is storing the routes to be sent anyway, we are
simply keeping the already-sent routes in there to better rule out
unneeded reexports.

Some of the route attributes (IGP metric, preference) make no sense in
BGP, therefore these will be probably replaced by something sensible.
Also the nexthop shown in the short output is the BGP nexthop.
2022-07-11 16:07:09 +02:00
..
attrs.c Export tables merged with BGP prefix hash 2022-07-11 16:07:09 +02:00
bgp.c Export tables merged with BGP prefix hash 2022-07-11 16:07:09 +02:00
bgp.h Export tables merged with BGP prefix hash 2022-07-11 16:07:09 +02:00
config.Y Moved route source attribute (RTS_*) to eattrs 2022-05-04 15:39:53 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Protocols have their own explicit init routines 2022-04-06 18:14:08 +02:00
packets.c Export tables merged with BGP prefix hash 2022-07-11 16:07:09 +02:00