OSDN Git Service

netfilter: bitwise: add NFTA_BITWISE_DATA attribute.
authorJeremy Sowden <jeremy@azazel.net>
Wed, 15 Jan 2020 20:05:56 +0000 (20:05 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 16 Jan 2020 14:52:02 +0000 (15:52 +0100)
commit779f725e142cd987a69296c0eb7d416ee3ba57dd
tree65d6902dcaa6e891f1438658900b00786fb94b5e
parented991d43634b11e759a800850ba9656b5b467a56
netfilter: bitwise: add NFTA_BITWISE_DATA attribute.

Add a new bitwise netlink attribute that will be used by shift
operations to store the size of the shift.  It is not used by boolean
operations.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/uapi/linux/netfilter/nf_tables.h
net/netfilter/nft_bitwise.c