mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 06:16:10 +02:00
ryu/app/simple_vlan: fix typo
Signed-off-by: OHMURA Kei <ohmura.kei@lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
3488d0b820
commit
15a185177a
@ -132,7 +132,7 @@ class SimpleVLAN(app_manager.RyuApp):
|
||||
try:
|
||||
ovs_br.set_db_attribute("Port", port_name, "tag", tunnel_key)
|
||||
except gevent.Timeout:
|
||||
self.logger.error('timout')
|
||||
self.logger.error('timeout')
|
||||
return
|
||||
|
||||
return True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user