mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
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:
parent
ce52d70696
commit
c36e686fef
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user