osrg / gobgp

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

Looking for callback registration for goBGP connect/disconnect #2043

Open ramarkandasamy opened 5 years ago

ramarkandasamy commented 5 years ago

We are using gRPC (C++) to connect with GoBGP server. Looking for callback registration for GoBGP connection/disconnection. Can someone help us on this?

fujita commented 5 years ago

GoBGP connection/disconnection

What you mean? The up/down event of peer?