osrg / gobgp

BGP implemented in the Go Programming Language
https://osrg.github.io/gobgp/
Apache License 2.0
3.6k stars 685 forks source link

Should manual peer deletion trigger a Peer Event? #2830

Open maxime-peim opened 1 month ago

maxime-peim commented 1 month ago

When manually deleting a neighbor, no peer state event is sent. Should it be the case, as if the peer went down?

fujita commented 4 weeks ago

Yeah, I think that it should be.

maxime-peim commented 4 weeks ago

Thanks @fujita, I'll try to look into it then