X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fdatapath.c;h=c5d08ee377304313e7e320133e46343adff5da95;hb=060b85b0d3064032b6810928973f8c7a15ab9c11;hp=b816ff87152834065841ff41e96d2f0d9ee4e307;hpb=d4e842be2b697eb61c8863fe4b080bf0688198a2;p=karo-tx-linux.git diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index b816ff871528..c5d08ee37730 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c @@ -490,9 +490,8 @@ static int queue_userspace_packet(struct datapath *dp, struct sk_buff *skb, if (upcall_info->egress_tun_info) { nla = nla_nest_start(user_skb, OVS_PACKET_ATTR_EGRESS_TUN_KEY); - err = ovs_nla_put_egress_tunnel_key(user_skb, - upcall_info->egress_tun_info, - upcall_info->egress_tun_opts); + err = ovs_nla_put_tunnel_info(user_skb, + upcall_info->egress_tun_info); BUG_ON(err); nla_nest_end(user_skb, nla); }