]> git.ipfire.org Git - thirdparty/nftables.git/commit
nft: support listing expressions that use non-byte header fields
authorFlorian Westphal <fw@strlen.de>
Fri, 7 Aug 2015 10:09:08 +0000 (12:09 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 17 Sep 2015 22:06:49 +0000 (00:06 +0200)
commit39f15c243912a20f3014c0efba6b8dbc80caf0e9
treef0724240418d2c93175669bb575913edc8630b3c
parente540acb8c1e16c9a9afc4c800ce524e47be803d4
nft: support listing expressions that use non-byte header fields

This allows to list rules that check fields that are not aligned on byte
boundary.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/payload.h
src/evaluate.c
src/netlink_delinearize.c
src/payload.c