Searched hist:edf31cbb1502481da181a09148adb33e12599185 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | lwtunnel.h | diff edf31cbb1502481da181a09148adb33e12599185 Wed Nov 06 03:01:06 CST 2019 Xin Long <lucien.xin@gmail.com> 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>
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | diff edf31cbb1502481da181a09148adb33e12599185 Wed Nov 06 03:01:06 CST 2019 Xin Long <lucien.xin@gmail.com> 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>
|