fix vrrp utils

Maybe better to split api stuff from topology/switches.py but had
better move utils.py out of vrrp directory. For now, adopt it for the
current code.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-11-27 06:59:47 +09:00
parent ce52d70696
commit c36e686fef

View File

@ -17,7 +17,7 @@
from ryu.lib.packet import ethernet
from ryu.lib.packet import vlan
from ryu.ofproto import ether
from ryu.topology import api as topo_api
from ryu.topology import switches as topo_api
def may_add_vlan(packet, vlan_id):