]> git.proxmox.com Git - ovs.git/commit
datapath: Use correct tunnel receive for ip6gre
authorGreg Rose <gvrose8192@gmail.com>
Wed, 9 May 2018 22:57:10 +0000 (15:57 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 22 May 2018 03:33:30 +0000 (20:33 -0700)
commitc0e103c870b46e18adc87e4c51a75b415c9510ae
treec8022154c3d69f5b6b8c191ed0559ae515d7c48f
parent9c712eb4b20f0d9138dcab0091a3423e4d4a0889
datapath: Use correct tunnel receive for ip6gre

During backports of ip6 gre I used ovs_ip_tunnel_rcv() for the
ip6gre_rcv() function but that is wrong because it processes ipv4
tunnels.  Use the correct backported ip6 tunnel receive in ip6
tunnel.c ip6_tnl_rcv().

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: William Tu <u9012063@gmail.com>
datapath/linux/compat/ip6_gre.c