X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchain_router.py;h=ac8947608b41eace3936367d223d803444cff596;hb=4dde3fa8b658508e4f25cf43d6e15db60460412b;hp=9372716befa6d8e70fd11bd33e8f69e80a046a51;hpb=24314713446b6411cedce4329ab5ebfd6da678a2;p=nfvbench.git diff --git a/nfvbench/chain_router.py b/nfvbench/chain_router.py index 9372716..ac89476 100644 --- a/nfvbench/chain_router.py +++ b/nfvbench/chain_router.py @@ -39,15 +39,12 @@ import time from netaddr import IPAddress from netaddr import IPNetwork -from log import LOG +from .log import LOG class ChainException(Exception): """Exception while operating the chains.""" - pass - - class ChainRouter(object): """Could be a shared router across all chains or a chain private router."""