X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmap%2Ftest%2Ftest_map.py;h=592e49e499af5d20847acce76785c2cb41b9f9bd;hb=5d4b8912d2fe186b4fb920a72b3a2f7b556f4e7d;hp=9da3d0c9074bd7833d95190464209351e3115ff8;hpb=aa72578637e2a346ee845545b2e26aad83e12192;p=vpp.git diff --git a/src/plugins/map/test/test_map.py b/src/plugins/map/test/test_map.py index 9da3d0c9074..592e49e499a 100644 --- a/src/plugins/map/test/test_map.py +++ b/src/plugins/map/test/test_map.py @@ -9,7 +9,8 @@ from vpp_ip_route import VppIpRoute, VppRoutePath from util import fragment_rfc791, fragment_rfc8200 import scapy.compat -from scapy.layers.l2 import Ether, Raw +from scapy.layers.l2 import Ether +from scapy.packet import Raw from scapy.layers.inet import IP, UDP, ICMP, TCP, fragment from scapy.layers.inet6 import IPv6, ICMPv6TimeExceeded