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

Allow setting the BGP graceful restart deferral time. See RFC4724 4.1 #753

Merged
merged 1 commit into from
Aug 22, 2019

Commits on Aug 21, 2019

  1. 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'
    Marcus Röder committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    64fa7aa View commit details
    Browse the repository at this point in the history