]> git.ipfire.org Git - thirdparty/nftables.git/commit
proto: add support for meta templates
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)
commitb90667a2ae941d2b79630d0344ef489c2bf9d9aa
tree39484a0b038b6db9509b18d6585e9da590213629
parent1249b7b0b47bca67cf3adac4143b4bda43e4c582
proto: add support for meta templates

The following two patches will add two new meta expression types that are
used as dependencies in the inet table. To reuse the existing dependency
generation code, add a slightly hackish way to specify meta expressions
as payload dependencies.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/proto.h
src/payload.c