mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-22 09:01:22 +01:00
ovsdb: Fix small bug
Signed-off-by: Felicián Németh <nemethf@tmit.bme.hu> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
1493f51daa
commit
385b628d70
@ -358,7 +358,7 @@ def del_port_by_uuid(manager, system_id, bridge_name, port_uuid):
|
||||
|
||||
def del_port_by_name(manager, system_id, bridge_name, port_name):
|
||||
return del_port(manager, system_id, bridge_name,
|
||||
lambda tables, _: _get_port(tables, port_name))
|
||||
lambda tables: _get_port(tables, port_name))
|
||||
|
||||
|
||||
def set_controller(manager, system_id, bridge_name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user