Searched hist:"58 e8494eb033eb9134989dbc52e2a236e3f8a462" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | diff 58e8494eb033eb9134989dbc52e2a236e3f8a462 Sat Nov 09 22:21:18 CST 2019 Xin Long <lucien.xin@gmail.com> lwtunnel: get nlsize for erspan options properly
erspan v1 has OPT_ERSPAN_INDEX while erspan v2 has OPT_ERSPAN_DIR and OPT_ERSPAN_HWID attributes, and they require different nlsize when dumping.
So this patch is to get nlsize for erspan options properly according to erspan version.
Fixes: b0a21810bd5e ("lwtunnel: add options setting and dumping for erspan") Signed-off-by: Xin Long <lucien.xin@gmail.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|