commit | edf31cbb1502481da181a09148adb33e12599185 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Wed Nov 06 17:01:06 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 21:14:21 2019 -0800 |
tree | 0a998c4f56a581dc7809645d63fe41881470e9a0 | |
parent | 4ece477870774698e6e73d5821a3dd1605ca123b [diff] |
lwtunnel: add options setting and dumping for vxlan Based on the code framework built on the last patch, to support setting and dumping for vxlan, we only need to add ip_tun_parse_opts_vxlan() for .build_state and ip_tun_fill_encap_opts_vxlan() for .fill_encap and if (tun_flags & TUNNEL_VXLAN_OPT) for .get_encap_size. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>