commit | 6e6b904ad4f9aed43ec320afbd5a52ed8461ab41 | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Tue Jan 22 18:39:51 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 26 09:43:03 2019 -0800 |
tree | 60620177f2f84d22cde04109fc48b6e8d6c12425 | |
parent | c8b34e680a090ab8dc42f8331020e31052b49a70 [diff] |
ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit Init the gre_key from tuninfo->key.tun_id and init the mark from the skb->mark, set the oif to zero in the collect metadata mode. Fixes: cfc7381b3002 ("ip_tunnel: add collect_md mode to IPIP tunnel") Signed-off-by: wenxu <wenxu@ucloud.cn> Signed-off-by: David S. Miller <davem@davemloft.net>