diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_dvr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_dvr.py b/test/test_dvr.py index c0ce32c134c..5bdc3b2312e 100644 --- a/test/test_dvr.py +++ b/test/test_dvr.py @@ -321,7 +321,7 @@ class TestDVR(VppTestCase): route_2.add_vpp_config() # - # packets are dropped because bridge does not flood unkown unicast + # packets are dropped because bridge does not flood unknown unicast # self.send_and_assert_no_replies(self.pg0, pkt_no_tag) |