aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/IPAddress.py
AgeCommit message (Collapse)AuthorFilesLines
2020-03-13Use separate module for ip address objectJan Gelety1-0/+55
Reason: with upcomming vpp api changes the ip object will be used in more csit python libraries, e.g. InterfaceUtil.py, so we need to avoid circular import issue (e.g. InterfaceUtil.pyu <-> IPUtil.py) Change-Id: Ia658b187d4e326f58e33019dd54f8ac7b9137d78 Signed-off-by: Jan Gelety <jgelety@cisco.com>