gre_tunnel: Fix typo.

Signed-off-by: Kyle Mestery <kmest...@cisco.com>
---
 ryu/app/gre_tunnel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/app/gre_tunnel.py b/ryu/app/gre_tunnel.py
index 29e8cab..46074d2 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)
-- 
1.8.1.4


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to