]> git.ipfire.org Git - thirdparty/nftables.git/commit
meta: add nfproto support
authorPatrick McHardy <kaber@trash.net>
Wed, 8 Jan 2014 13:02:16 +0000 (13:02 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 8 Jan 2014 13:03:19 +0000 (13:03 +0000)
commit4180fba3821d13f06fde2d662d7000e99d140693
tree3e097a6b44d24765ff7a9c842915eb9e0a7398f6
parentb90667a2ae941d2b79630d0344ef489c2bf9d9aa
meta: add nfproto support

Add support for the meta nfproto type, which refers to the AF from the
netfilter hook ops. This is needed to get the actual family of a packet
in the dummy NFPROTO_INET family.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/datatype.h
include/proto.h
src/datatype.c
src/meta.c
src/parser.y
src/payload.c
src/proto.c
src/scanner.l