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

Use unidirectional BGP connections in the node-to-node mesh #79

Merged
merged 2 commits into from Oct 15, 2018

Commits on Oct 15, 2018

  1. Use unidirectional BGP connections in the node-to-node mesh.

    Works around a bug in the BGP graceful restart protocol:
    if a node is gracefully restarting, and its peer opens a connection
    (due to its connection retry timer) before the restart has completed,
    the graceful restart is aborted. This results in a route flap.
    
    This change makes it so the BGP connection is only opened in one direction.
    If a node is peering with another node that has a (lexicographically)
    lesser IP address, we make the connection passive.
    
    Tigera issue number: CNX-4867.
    fasaxc committed Oct 15, 2018
    Copy the full SHA
    1183be5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21b6641 View commit details
    Browse the repository at this point in the history