diff options
Diffstat (limited to 'test/test_srv6.py')
-rw-r--r-- | test/test_srv6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_srv6.py b/test/test_srv6.py index cc53c6b1e79..ed453b2ce96 100644 --- a/test/test_srv6.py +++ b/test/test_srv6.py @@ -1235,7 +1235,7 @@ class TestSRv6(VppTestCase): self.assertIsNotNone(r, 'No response msg for add_del_table') table_index = r.new_table_index - # add the source routign node as a ip6 inacl netxt node + # add the source routing node as a ip6 inacl netxt node r = self.vapi.add_node_next('ip6-inacl', 'sr-pl-rewrite-insert') inacl_next_node_index = r.node_index |