diff options
Diffstat (limited to 'test/test_gbp.py')
-rw-r--r-- | test/test_gbp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gbp.py b/test/test_gbp.py index 43043033a45..a5f053dcacc 100644 --- a/test/test_gbp.py +++ b/test/test_gbp.py @@ -3207,7 +3207,7 @@ class TestGBP(VppTestCase): vx_tun_l3.add_vpp_config() # - # packets destined to unkown addresses in the BVI's subnet + # packets destined to unknown addresses in the BVI's subnet # are ARP'd for # p4 = (Ether(src=self.pg0.remote_mac, dst=str(self.router_mac)) / |