X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftraffic_scripts%2Fipsec_policy.py;fp=resources%2Ftraffic_scripts%2Fipsec.py;h=0dbf2af581d7a389cafd9f4c441d2b6d4e02858f;hp=9992a7c8cd01feb04f20d421d8ac8c130e8e48d7;hb=aada4992a8d0de65707df858a274a3f2e024748d;hpb=b8162d04aaebb5761d5c5cb1d7d3d53629aef126 diff --git a/resources/traffic_scripts/ipsec.py b/resources/traffic_scripts/ipsec_policy.py similarity index 99% rename from resources/traffic_scripts/ipsec.py rename to resources/traffic_scripts/ipsec_policy.py index 9992a7c8cd..0dbf2af581 100755 --- a/resources/traffic_scripts/ipsec.py +++ b/resources/traffic_scripts/ipsec_policy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2019 Cisco and/or its affiliates. +# Copyright (c) 2020 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -16,7 +16,6 @@ """Traffic script for IPsec verification.""" import sys -import logging from ipaddress import ip_address from scapy.layers.inet import IP