diff options
author | Kyle Mestery <kmestery@cisco.com> | 2013-04-26 21:56:59 -0400 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-04-27 14:14:07 +0900 |
commit | 78c0d632be3f8820014b9a308b5f751175070de5 (patch) | |
tree | e5d9ff76b133f47a6debcdcdbe5cd144e20756f9 | |
parent | 15a185177a762e06c1407bafa9dd07252f43ad31 (diff) |
Fix typo in comments in GRE tunnel class
gre_tunnel: Fix typo.
Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/app/gre_tunnel.py | 2 |
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) |