X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=test%2Ftemplate_ipsec.py;h=df4c2bc6a602f6cdfb11f429ca1486ad71b2f96b;hp=273865d407c9effa8b8b0f31a0055fe06831cf9a;hb=8feeaff56;hpb=64f7530fff5d8811894c75fc3378a5c6da77d7b8 diff --git a/test/template_ipsec.py b/test/template_ipsec.py index 273865d407c..df4c2bc6a60 100644 --- a/test/template_ipsec.py +++ b/test/template_ipsec.py @@ -345,8 +345,8 @@ class IpsecTra4Tests(object): # move VPP's SA to just before the seq-number wrap self.vapi.cli("test ipsec sa %d seq 0xffffffff" % p.scapy_tra_sa_id) - # then fire in a packet that VPP should drop becuase it causes the - # seq number to wrap, unless we're using exteneded. + # then fire in a packet that VPP should drop because it causes the + # seq number to wrap unless we're using extended. pkt = (Ether(src=self.tra_if.remote_mac, dst=self.tra_if.local_mac) / p.scapy_tra_sa.encrypt(IP(src=self.tra_if.remote_ip4,