]> git.proxmox.com Git - ovs.git/commit
datapath: Add dellink op to ip6gre and ip6erspan tap ops
authorGreg Rose <gvrose8192@gmail.com>
Wed, 9 May 2018 22:04:45 +0000 (15:04 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 22 May 2018 03:33:29 +0000 (20:33 -0700)
commit9c712eb4b20f0d9138dcab0091a3423e4d4a0889
treeb0311e9f1ed19c85c3e007d3e9774c60fb1655cc
parentc387d8177f20a6f4e00ec3621576bcd035891625
datapath: Add dellink op to ip6gre and ip6erspan tap ops

Fix an oversight in the ip6gre_tap_ops and ip6erspan_tap_ops in
which the .dellink field was not initialized leading to bugs
when trying to remove and re-add those type of ports.

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