bird/proto/bgp
Ondrej Zajicek (work) 682d3f7de0 BGP: implement Adj-RIB-In
The patch implements optional internal import table to a channel and
hooks it to BGP so it can be used as Adj-RIB-In. When enabled, all
received (pre-filtered) routes are stored there and import filters can
be re-evaluated without explicit route refresh. An import table can be
examined using e.g. 'show route import table bgp1.ipv4'.
2018-12-12 14:46:24 +01:00
..
attrs.c Terminology cleanup: The import_control hook is now called preexport. 2018-12-04 10:53:01 +01:00
bgp.c BGP: implement Adj-RIB-In 2018-12-12 14:46:24 +01:00
bgp.h BGP: implement Adj-RIB-In 2018-12-12 14:46:24 +01:00
config.Y BGP: implement Adj-RIB-In 2018-12-12 14:46:24 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c BGP: implement Adj-RIB-In 2018-12-12 14:46:24 +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