summaryrefslogtreecommitdiffstats
path: root/include/internal.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-12-06 17:17:51 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-12-07 10:49:24 +0100
commite33798478176f97edf2649cd61444e0375fdc12b (patch)
treead72ed00b2170dfdd8065de8e6b38de32f9c0d7e /include/internal.h
parent7c5870bb59e5822a02bec262cebfb86e18680ad5 (diff)
chain: Support per chain rules list
The implementation basically copies expr_list in struct nftnl_rule. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal.h')
-rw-r--r--include/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal.h b/include/internal.h
index b762a4a..a61b725 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -12,5 +12,6 @@
#include "expr.h"
#include "expr_ops.h"
#include "buffer.h"
+#include "rule.h"
#endif /* _LIBNFTNL_INTERNAL_H_ */