]> git.ipfire.org Git - thirdparty/bird.git/commit - nest/protocol.h
BGP: implement Adj-RIB-Out
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 13 Aug 2019 16:22:07 +0000 (18:22 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 14 Aug 2019 04:02:33 +0000 (06:02 +0200)
commitb7d7599ce3576f28310af18b403fed49a0840b67
tree7d7dc8f052d564c3fdbc49eea529f22850ab44ff
parentdfe63ed84d42178a53b01071c64f23250e74d6d9
BGP: implement Adj-RIB-Out

The patch implements optional internal export table to a channel and
hooks it to BGP so it can be used as Adj-RIB-Out. When enabled, all
exported (post-filtered) routes are stored there. An export table can be
examined using e.g. 'show route export table bgp1.ipv4'.
doc/bird.sgml
nest/config.Y
nest/proto.c
nest/protocol.h
nest/route.h
nest/rt-table.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y