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_ip4.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_ip4.py')
-rw-r--r-- | test/test_ip4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ip4.py b/test/test_ip4.py index 87059c7361b..18b350dcd2d 100644 --- a/test/test_ip4.py +++ b/test/test_ip4.py @@ -2089,7 +2089,7 @@ class TestIPReplace(VppTestCase): for t in self.tables: t.flush() self.assertEqual(len(t.dump()), 5) - self.assertEqual(len(t.mdump()), 1) + self.assertEqual(len(t.mdump()), 3) class TestIPCover(VppTestCase): |