From 1c8f3b2c33ace91878ae5300a81e479b98cb3c02 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 21 Feb 2014 17:14:05 +0900 Subject: [PATCH] vrrp: update after ryu.topology.api change Signed-off-by: YAMAMOTO Takashi 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 15e8fd91..8cb8fa18 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 switches as topo_api +from ryu.topology import api as topo_api def may_add_vlan(packet, vlan_id):