diff options
Diffstat (limited to 'test/test_l2_flood.py')
-rw-r--r-- | test/test_l2_flood.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_l2_flood.py b/test/test_l2_flood.py index e81daf99235..35d325e1329 100644 --- a/test/test_l2_flood.py +++ b/test/test_l2_flood.py @@ -201,7 +201,7 @@ class TestL2Flood(VppTestCase): bd_id=1, shg=0) # - # an unknown unicast and braodcast packets + # an unknown unicast and broadcast packets # p_uu = (Ether(dst="00:00:00:c1:5c:00", src="00:00:de:ad:be:ef") / |