openvswitch: Fix egress tunnel info.
While transitioning to netdev based vport we broke OVS
feature which allows user to retrieve tunnel packet egress
information for lwtunnel devices. Following patch fixes it
by introducing ndo operation to get the tunnel egress info.
Same ndo operation can be used for lwtunnel devices and compat
ovs-tnl-vport devices. So after adding such device operation
we can remove similar operation from ovs-vport.
Fixes: 614732eaa1
("openvswitch: Use regular VXLAN net_device device").
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0c472b9b39
commit
fc4099f172
@@ -117,7 +117,6 @@ struct ovs_skb_cb {
|
||||
*/
|
||||
struct dp_upcall_info {
|
||||
struct ip_tunnel_info *egress_tun_info;
|
||||
const void *egress_tun_opts;
|
||||
const struct nlattr *userdata;
|
||||
const struct nlattr *actions;
|
||||
int actions_len;
|
||||
|
Reference in New Issue
Block a user