X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FInterfaceUtil.py;h=0447ba5b15b85b4155fbad1f9c8215f1d9ef230c;hb=176eda8bf7775a2c761a6544ab932c2bc59dfa57;hp=6c763134f445c528c5df1332993a31fbe6fd8850;hpb=2fa7bbfebc28b365ca4a5db6513c0be82aaecee8;p=csit.git diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 6c763134f4..0447ba5b15 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -262,8 +262,6 @@ class InterfaceUtil(object): for item in data: item["netmask"] = convert_ipv4_netmask_prefix( item["prefix_length"]) - # VAT returns addresses with reversed byte order (VPP-132) - item["ip"] = ".".join(item["ip"].split(".")[::-1]) return data @staticmethod