X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_pppoe_interface.py;h=28d8a714972dd044bbe28b67baa12935fe599b43;hb=7f99183a20d60cd5c648cc23d7a2f30a594a215b;hp=507d82514429a0b1e1872c8e206c4387127ef90a;hpb=d5c60b96a3fd93916fc4af5c8d6d25625c28242e;p=vpp.git diff --git a/test/vpp_pppoe_interface.py b/test/vpp_pppoe_interface.py index 507d8251442..28d8a714972 100644 --- a/test/vpp_pppoe_interface.py +++ b/test/vpp_pppoe_interface.py @@ -1,7 +1,7 @@ from vpp_interface import VppInterface import socket -from util import mactobinary +from vpp_mac import mactobinary class VppPppoeInterface(VppInterface):