]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy
authorXin Long <lucien.xin@gmail.com>
Fri, 13 Dec 2019 08:53:06 +0000 (16:53 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 17 Dec 2019 21:58:26 +0000 (22:58 +0100)
commit6fa9444a9756f74e17bb8082a0c0a601d8d9d89c
tree463eeb18fec64332c649635379b9ab531ec142ba
parentf365a55254dbbe5380bde96a29cdb050c31ca6c2
netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy

ERSPAN_VERSION is an attribute parsed in kernel side, nla_policy
type should be added for it, like other attributes.

Fixes: 852303e23a59 ("netfilter: nf_tables: add tunnel support")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_tunnel.c