X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vxlan.py;h=7613054882a9fc5be14b079ed50cceafaa03e84c;hb=5d4b8912d2fe186b4fb920a72b3a2f7b556f4e7d;hp=692930eb1f29cb301c00d12159f7e272e559da5f;hpb=aa72578637e2a346ee845545b2e26aad83e12192;p=vpp.git diff --git a/test/test_vxlan.py b/test/test_vxlan.py index 692930eb1f2..7613054882a 100644 --- a/test/test_vxlan.py +++ b/test/test_vxlan.py @@ -6,7 +6,8 @@ import unittest from framework import VppTestCase, VppTestRunner from template_bd import BridgeDomain -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 from scapy.layers.vxlan import VXLAN from scapy.utils import atol