From c36e686fef84035396515ae07984f39831abac96 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 27 Nov 2013 06:59:47 +0900 Subject: [PATCH] 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 --- ryu/services/protocols/vrrp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/vrrp/utils.py b/ryu/services/protocols/vrrp/utils.py index 8cb8fa18..15e8fd91 100644 --- a/ryu/services/protocols/vrrp/utils.py +++ b/ryu/services/protocols/vrrp/utils.py @@ -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):