-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting the BGP graceful restart deferral time. See RFC4724 4.1
GoBGP's default value for deferral time is 360 seconds. That means that the routes are not sent to the BGP peer until this timer is elapsed, so a server is unreachable for 360 seconds, when kube-router restarts. The new parameter is --bgp-graceful-restart-deferral-time duration_with_unit For example '--bgp-graceful-restart-deferral-time 10s'
- Loading branch information
Marcus Röder
committed
Aug 21, 2019
1 parent
b54b80c
commit 64fa7aa
Showing
5 changed files
with
166 additions
and
147 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
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.