From 8f86606efe82489945db1706bd1d1a4d524afcad Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 8 Jan 2014 13:02:15 +0000 Subject: nftables: generic procotol contexts Currently the context of higher layer protocols is specific to payload expressions with some special cases for meta IIFTYPE expressions. This approach has a few shortcomings, concretely there are more expression types which define upper layer protocols like the ct expression and two upcoming new types for the meta expression. Replace the payload context by a generic protocol context to deal with this. This patch just splits off the requires parts from the payload expression without any functional changes, the following patches will add further functionality for other expressions. Signed-off-by: Patrick McHardy --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index 658e9b33..8ac2b460 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -9,6 +9,7 @@ nft-obj += statement.o nft-obj += datatype.o nft-obj += expression.o nft-obj += evaluate.o +nft-obj += proto.o nft-obj += payload.o nft-obj += exthdr.o nft-obj += meta.o -- cgit v1.2.3