diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-04-03 10:10:07 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-05 22:15:19 +0900 |
commit | a5b81ba381af74d872fb9fea0a4581262241aaae (patch) | |
tree | d5b54c57728f51a697e11bf1fd320777209753d2 /test/pip-requires.txt | |
parent | f94eb1fe9230f614a8fa8f5a40329cc43bdd173f (diff) |
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 <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/pip-requires.txt')
-rw-r--r-- | test/pip-requires.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pip-requires.txt b/test/pip-requires.txt index f8157aed..85a3bbbc 100644 --- a/test/pip-requires.txt +++ b/test/pip-requires.txt @@ -6,3 +6,4 @@ pycrypto>=2.1 fabric netaddr nsenter +docker-py |