Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add feature to advertise anycast addresses via BGP #909

Merged
merged 2 commits into from
Dec 7, 2022

Commits on Nov 17, 2022

  1. add feature to advertise anycast addresses via BGP

    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 for use with bgp tests
    
    adding bgp documentation
    
    updating fabio.properties to show off bgp options
    nathanejohnson committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    31b8d5b View commit details
    Browse the repository at this point in the history
  2. update docs

    nathanejohnson committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    dbc1745 View commit details
    Browse the repository at this point in the history