-
Notifications
You must be signed in to change notification settings - Fork 48
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
bio-rd BGP configuration refactoring #455
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b109345
add dockerfile
czerwonk 5d8f84d
add dockerfile
czerwonk 0a2329d
prepare cleanup of daemon config
czerwonk bdcc3a0
improve readability in bgp.go
czerwonk 1330851
add AFI configuration following the internal structure
czerwonk 8031d54
do not assume legacy IP session
czerwonk 1cf35b8
improve readability of filter replacements
czerwonk 00111ea
extract magic figure DefaultReconnectInterval
czerwonk c7e388b
support AdvertiseIPv4MultiProtocol setting in config
czerwonk 8b1ccf3
simplify BGP session configuration code, respect configured VRF
czerwonk 6b09b9a
improve configuration error messages
czerwonk fc7c203
inherit multipath and routing instance
czerwonk 310eaa3
move responsibility to inherit filter chain to config package, add in…
czerwonk d50607a
run unprivileged
czerwonk 291c87f
add missing configuration for route reflection
czerwonk 9e8742c
add tests for loading group
czerwonk 87853b5
parse BGP instead of BGPGroup in test to increase coverage
czerwonk 4105284
cover add_path configuration
czerwonk dbd29e3
cover disabled
czerwonk 0b33ddd
improve readability for deconfigureRemovedSessions
czerwonk 5cc0ae0
move deconfigure to last step
czerwonk fe6445c
add cluster id to group, test overriding group cluster id
czerwonk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason not to add the
ClusterID
to the group, too? :-DThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, just added the
Cluster ID
:-)