-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add feature to advertise anycast addresses via BGP (#909)
* 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 * update docs
- Loading branch information
1 parent
458c701
commit adbc14a
Showing
831 changed files
with
199,239 additions
and
7,974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,6 @@ demo/cert/ | |
/pkg/ | ||
dist/ | ||
*.app | ||
*.hugo_build.lock | ||
*.hugo_build.lock | ||
*~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.