diff options
author | Neale Ranns <nranns@cisco.com> | 2020-03-17 14:25:10 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-03-17 18:38:29 +0000 |
commit | 03c254ec70917290b2fde27de1e7b37abe508ade (patch) | |
tree | 47b6807cfd2ac27fc9d460b1f19a0b0fc924786d /test/test_ip6.py | |
parent | 64e96613d27816ed7d24b9ca2ed760d855d76c81 (diff) |
fib: Always install all routers mcast addresses
Type: improvement
Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: Ia8dff15855a81cf29729bdaa3ff28fbe3254fa97
Diffstat (limited to 'test/test_ip6.py')
-rw-r--r-- | test/test_ip6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ip6.py b/test/test_ip6.py index b27cfdb4fed..1f00ed32a8c 100644 --- a/test/test_ip6.py +++ b/test/test_ip6.py @@ -960,7 +960,7 @@ class TestIPv6(TestIPv6ND): subitf.admin_up() subitf.config_ip6() - rxs = self.pg1._get_capture(timeout=2, filter_out_fn=None) + rxs = self.pg1._get_capture(timeout=4, filter_out_fn=None) # # hunt for the MLD on vlan 99 |