From eb58f53372e7475b65f6d7ee2b72507c4580007e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 29 Nov 2017 13:07:02 +0100 Subject: src: add flowtable support This patch allows you to add, delete and list flowtable through the existing netlink interface. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftnl/Makefile.am') diff --git a/include/libnftnl/Makefile.am b/include/libnftnl/Makefile.am index 6dc7b2b..d846a57 100644 --- a/include/libnftnl/Makefile.am +++ b/include/libnftnl/Makefile.am @@ -6,6 +6,7 @@ pkginclude_HEADERS = batch.h \ rule.h \ expr.h \ set.h \ + flowtable.h \ ruleset.h \ common.h \ udata.h \ -- cgit v1.2.3