From: Ondrej Zajicek (work) Date: Sun, 17 Feb 2019 17:46:28 +0000 (+0100) Subject: BGP: implement Adj-RIB-In X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210dbc16c297a44a3e3b795bae26726b7dd1c46f;p=thirdparty%2Fbird.git 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'. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 903456f00..153469120 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2553,6 +2553,16 @@ be used in explicit configuration. for every allowed table type. Default: the same as the main table the channel is connected to (if eligible). +