fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.26k stars 617 forks source link

add feature to advertise anycast addresses via BGP #909

Closed nathanejohnson closed 1 year ago

nathanejohnson commented 1 year ago

add gobgp dependency

ensure that we ignore advertisements from bgp peers

add option to pass gobgpd config file, which helped figure out how to actually configure gobgpd to block peers from publishing routes into our routing table.

install gobgpd and gobgp during github action tests

update Makefile github target

adding bgp documentation