commit | 942a656f1f228f06a37adad0e6c347773cfe7bd6 | [log] [tgz] |
---|---|---|
author | Arjun Vynipadath <arjun@chelsio.com> | Wed Jul 25 19:39:52 2018 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 25 22:38:49 2018 -0700 |
tree | 21fe09248fa1465075b21c9803965561d33b0a05 | |
parent | c259b4fb33ee6e7667bf1d34bf0803b7c5fdbdce [diff] |
cxgb4: Added missing break in ndo_udp_tunnel_{add/del} Break statements were missing for Geneve case in ndo_udp_tunnel_{add/del}, thereby raw mac matchall entries were not getting added. Fixes: c746fc0e8b2d("cxgb4: add geneve offload support for T6") Signed-off-by: Arjun Vynipadath <arjun@chelsio.com> Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>