commit | b0a21810bd5e1f92e3379899cc8ca9fe144ee8b3 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Wed Nov 06 17:01:07 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 21:14:22 2019 -0800 |
tree | 28279fa15997adf99ac206826fbfb5d8cc88e6cf | |
parent | edf31cbb1502481da181a09148adb33e12599185 [diff] |
lwtunnel: add options setting and dumping for erspan 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_erspan() for .build_state and ip_tun_fill_encap_opts_erspan() for .fill_encap and if (tun_flags & TUNNEL_ERSPAN_OPT) for .get_encap_size. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>