mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
fix a fatal typo in GRETunnel _CONTEXTS
netowrk -> network Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
3d124cbac8
commit
4627e89b3d
@ -354,7 +354,7 @@ class GRETunnel(app_manager.RyuApp):
|
||||
such that packet in event should not be triggered.
|
||||
"""
|
||||
_CONTEXTS = {
|
||||
'netowrk': network.Network,
|
||||
'network': network.Network,
|
||||
'dpset': dpset.DPSet,
|
||||
'tunnels': tunnels.Tunnels,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user