X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_ipsec.py;h=5866a0bb72d55038c91aa4b1fed3ac0cd20cf8ac;hb=8feeaff56fa9a4fbdfc06131f28a1060ffd9645d;hp=0241fdf02b6c62b2190d559ec77a6304cbb3a14c;hpb=eba31ecebed1a7d168da17194cab7a8955761f2b;p=vpp.git diff --git a/test/vpp_ipsec.py b/test/vpp_ipsec.py index 0241fdf02b6..5866a0bb72d 100644 --- a/test/vpp_ipsec.py +++ b/test/vpp_ipsec.py @@ -1,4 +1,4 @@ -from vpp_object import * +from vpp_object import VppObject from ipaddress import ip_address from vpp_papi import VppEnum @@ -41,7 +41,7 @@ class VppIpsecSpd(VppObject): class VppIpsecSpdItfBinding(VppObject): """ VPP SPD DB to interface binding - (i.e. this SPD is used on this interfce) + (i.e. this SPD is used on this interface) """ def __init__(self, test, spd, itf):