commit | 1875a9ab01dfa96b06cb6649cb1ce56efa86c7cb | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Wed Dec 19 14:11:15 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 19 15:58:01 2018 -0800 |
tree | 4002aa9917fbb654a45712352ddd0e8f557d38aa | |
parent | 8e1da73acded4751a93d4166458a7e640f37d26c [diff] |
iptunnel: make TUNNEL_FLAGS available in uapi ip l add dev tun type gretap external ip r a 10.0.0.1 encap ip dst 192.168.152.171 id 1000 dev gretap For gretap Key example when the command set the id but don't set the TUNNEL_KEY flags. There is no key field in the send packet In the lwtunnel situation, some TUNNEL_FLAGS should can be set by userspace Signed-off-by: wenxu <wenxu@ucloud.cn> Signed-off-by: David S. Miller <davem@davemloft.net>