Exa-Networks / exabgp

The BGP swiss army knife of networking
Other
2.1k stars 447 forks source link

Support for RFC4684 - SAFI RTC #655

Open adrian62 opened 7 years ago

adrian62 commented 7 years ago
ISSUE TYPE
OS

Ubuntu 16.04LTS

VERSION
3.4.18
SUMMARY

Looking to see if RTC is supported by ExaBGP and if it is how to configure it. Scanning the list of RFCs I didn't see RFC4684 but there is a file suggesting that the NLRI encoding code for RTC is present: https://github.com/Exa-Networks/exabgp/blob/master/lib/exabgp/bgp/message/update/nlri/rtc.py If the SAFI is supported what are the configuration commands relevant to it?

thomas-mangin commented 7 years ago

The code was written part of bagpipe but the parser to allow to use it in the configuration file does not exists yet.