diff options
Diffstat (limited to 'test/template_classifier.py')
-rw-r--r-- | test/template_classifier.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/template_classifier.py b/test/template_classifier.py index 49cb3b369c3..3ba985bbe33 100644 --- a/test/template_classifier.py +++ b/test/template_classifier.py @@ -406,9 +406,9 @@ class TestClassifier(VppTestCase): """ addr_len = 24 - self.vapi.ip_add_del_route(dst_address=intf.local_ip4n, + self.vapi.ip_add_del_route(dst_address=intf.local_ip4, dst_address_length=addr_len, - next_hop_address=intf.remote_ip4n, + next_hop_address=intf.remote_ip4, table_id=self.pbr_vrfid, is_add=is_add) def verify_vrf(self, vrf_id): |