commit | da73b4e9538b9be96498241ab3f13eab94181e96 | [log] [tgz] |
---|---|---|
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | Wed May 11 18:48:32 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu May 12 16:53:58 2016 -0400 |
tree | b22bf974053d15e37a25aa8dcf9c18a51bbd0181 | |
parent | 23f72215bc030d1eea437713abfef91c635e2e1f [diff] |
gre: Fix wrong tpi->proto in WCCP When dealing with WCCP in gre6 tunnel, it sets the wrong tpi->protocol, that is, ETH_P_IP instead of ETH_P_IPV6 for the encapuslated traffic. Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>