BHR Block manager that uses ExaBGP
See the example configuration files in examples/
Site specific configuration is made up of:
- The bhr client configuration - the environment variables
BHR_HOST
,BHR_TOKEN
, andBHR_IDENT
- The exabgp configuration template.
The configuration template is a Mako template for exabgp.
The lines like
attribute next-hop self community [ 65142:666 no-export ] nlri ${cidrs}
should be changed to match what your router is expecting.
Otherwise, the rest of the settings like peer-as
, local-as
should be
configured per the exabgp documentation.