mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-12 00:03:24 +02:00
bgp: don't block at start method
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
6da9cf0187
commit
1d97ac1727
@ -102,7 +102,7 @@ class BGPSpeaker(RyuApp):
|
||||
|
||||
super(BGPSpeaker, self).start()
|
||||
|
||||
t.wait()
|
||||
return t
|
||||
|
||||
@classmethod
|
||||
def validate_rpc_ip(cls, ip):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user