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 <[email protected]> --- 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 8cb8fa1..15e8fd9 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): -- 1.8.3.4 (Apple Git-47) ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
