Signed-off-by: YAMAMOTO Takashi <[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 15e8fd9..8cb8fa1 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): -- 1.8.3.1 ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
