Hello.

I've created an BGPSpeaker object as showed in the documentation in a class, 
for example:

self.speaker = BGPSpeaker(as_number=64512, router_id='10.0.0.1',
                         
best_path_change_handler=self.dump_remote_best_path_change,
                         peer_down_handler=self.detect_peer_down, 
peer_up_handler=self.detect_peer_up)


There is a way to know if the peer is up after calling the 
self.speaker.neighbor_add method without peer_up_handler?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to