]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
lwtunnel: get nlsize for erspan options properly
authorXin Long <lucien.xin@gmail.com>
Sun, 10 Nov 2019 04:21:18 +0000 (12:21 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Nov 2019 22:42:38 +0000 (14:42 -0800)
commit58e8494eb033eb9134989dbc52e2a236e3f8a462
tree048d85363d5c296b2c8a58535c250d12514ddc35
parented02551f58b92812974bf7bec6c9cc98c3e9263f
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>
net/ipv4/ip_tunnel_core.c