BGP: Implement BGP roles
Implement BGP roles as described in RFC 9234. It is a mechanism for route leak prevention and automatic route filtering based on common BGP topology relationships. It defines role capability (controlled by 'local role' option) and OTC route attribute, which is used for automatic route filtering and leak detection. Minor changes done by commiter.
Showing
- doc/bird.sgml 28 additions, 0 deletionsdoc/bird.sgml
- proto/bgp/attrs.c 66 additions, 3 deletionsproto/bgp/attrs.c
- proto/bgp/bgp.c 19 additions, 0 deletionsproto/bgp/bgp.c
- proto/bgp/bgp.h 17 additions, 0 deletionsproto/bgp/bgp.h
- proto/bgp/config.Y 14 additions, 2 deletionsproto/bgp/config.Y
- proto/bgp/packets.c 45 additions, 1 deletionproto/bgp/packets.c
Please register or sign in to comment