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

neighbor-changes #1014

Closed
iddq opened this issue Dec 16, 2020 · 2 comments
Closed

neighbor-changes #1014

iddq opened this issue Dec 16, 2020 · 2 comments
Assignees
Labels

Comments

@iddq
Copy link

iddq commented Dec 16, 2020

** Bug Report **

"connected" message received via API even if the neighbor is unreachable (No route to host)

up or connected message should be received after the BGP session established

for connected in self.connection.establish():

@iddq
Copy link
Author

iddq commented Dec 17, 2020

plus, neighbor IP up message received only when the remote router is the connection initiator. you can easily reproduce it if you bind to other port than 179 and you can see the session will be negotiated but you won't receive any "up" message through API.

@thomas-mangin
Copy link
Member

perhaps naming the function "establish" was not super wise. it is about establishing the TCP connection and not getting to the established state in BGP. connected is not established... :-)

thomas-mangin added a commit that referenced this issue Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants