summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/app/gre_tunnel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/app/gre_tunnel.py b/ryu/app/gre_tunnel.py
index 29e8cabc..46074d23 100644
--- a/ryu/app/gre_tunnel.py
+++ b/ryu/app/gre_tunnel.py
@@ -337,7 +337,7 @@ class GRETunnel(app_manager.RyuApp):
in_port(TUNNEL) drop (catch-all drop rule)
TUNNEL_OUT_TABLE
- macth action
+ match action
tun_id & dl_dst out tunnel port & goto LOCAL_OUT_TABLE
(unicast or broadcast)
tun_id goto LOCAL_OUT_TABLE (catch-all rule)