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'.
Showing
- doc/bird.sgml 10 additions, 0 deletionsdoc/bird.sgml
- nest/config.Y 11 additions, 0 deletionsnest/config.Y
- nest/proto.c 26 additions, 0 deletionsnest/proto.c
- nest/protocol.h 3 additions, 0 deletionsnest/protocol.h
- nest/route.h 1 addition, 0 deletionsnest/route.h
- nest/rt-table.c 89 additions, 1 deletionnest/rt-table.c
- proto/bgp/bgp.c 4 additions, 0 deletionsproto/bgp/bgp.c
- proto/bgp/bgp.h 1 addition, 0 deletionsproto/bgp/bgp.h
- proto/bgp/config.Y 1 addition, 0 deletionsproto/bgp/config.Y
Please register or sign in to comment