X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_ip_route.py;h=8f9d51a7d2a075a86e72924a68b48abe0cfe037a;hb=75761b933f3e28494bae4b2cf5636a07ffe6ce18;hp=7742936a8a0bbe2b1f4b521d6d5f5080114f373e;hpb=fbc388986e3f38aaedff87b843137be81b7d4f91;p=vpp.git diff --git a/test/vpp_ip_route.py b/test/vpp_ip_route.py index 7742936a8a0..8f9d51a7d2a 100644 --- a/test/vpp_ip_route.py +++ b/test/vpp_ip_route.py @@ -153,7 +153,7 @@ def fib_interface_ip_prefix(test, address, length, sw_if_index): # TODO: refactor this to VppIpPrefix.__eq__ for a in addrs: if a.sw_if_index == sw_if_index and \ - a.prefix == prefix: + a.prefix.network == prefix: return True return False