From a5b81ba381af74d872fb9fea0a4581262241aaae Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Sun, 3 Apr 2016 10:10:07 +0900 Subject: server: add missing broadcastBests when dropping peer's routes fix regression introduced by e6682c52ba3e09c4111bc94c938909cdcacd7d72 also add a test to check the behavior. Signed-off-by: ISHIDA Wataru --- test/lib/exabgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/exabgp.py') diff --git a/test/lib/exabgp.py b/test/lib/exabgp.py index 5de3d65b..22eaf51f 100644 --- a/test/lib/exabgp.py +++ b/test/lib/exabgp.py @@ -32,7 +32,7 @@ class ExaBGPContainer(BGPContainer): cmd << 'env exabgp.log.destination={0}/exabgpd.log'.format(self.SHARED_VOLUME) cmd << "exabgp.tcp.bind='0.0.0.0' exabgp.tcp.port=179" cmd << './exabgp/sbin/exabgp {0}/exabgpd.conf'.format(self.SHARED_VOLUME) - self.local(str(cmd), flag='-d') + self.local(str(cmd), detach=True) def _update_exabgp(self): if self.exabgp_path == '': -- cgit v1.2.3