diff options
author | Simon THOBY <git@nightmared.fr> | 2023-01-09 18:54:11 +0000 |
---|---|---|
committer | Simon THOBY <git@nightmared.fr> | 2023-01-09 18:54:11 +0000 |
commit | d5b9ec5185a27414286ee303eb3d21ce3069db09 (patch) | |
tree | 369eb90e8a2da307d7cd8f0b15a3318bbdba0003 /include/wrapper.h | |
parent | 3e48e7efa516183d623f80d2e4e393cecc2acde9 (diff) | |
parent | c3e3773cccd01f80f2d72a7691e0654d304e6b2d (diff) |
Merge branch 'no_mnl' into 'master'
experimental support for a full-rust rewrite of the codebase (no libnftnl/libmnl anymore)
See merge request rustwall/rustables!16
Diffstat (limited to 'include/wrapper.h')
-rw-r--r-- | include/wrapper.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/include/wrapper.h b/include/wrapper.h index e6eb221..cb96617 100644 --- a/include/wrapper.h +++ b/include/wrapper.h @@ -1,12 +1,3 @@ -#include <libnftnl/batch.h> -#include <libnftnl/chain.h> -#include <libnftnl/common.h> -#include <libnftnl/expr.h> -#include <libnftnl/gen.h> -#include <libnftnl/object.h> -#include <libnftnl/rule.h> -#include <libnftnl/ruleset.h> -#include <libnftnl/set.h> -#include <libnftnl/table.h> -#include <libnftnl/trace.h> -#include <libnftnl/udata.h> +#include <linux/netlink.h> +#include <linux/netfilter/nfnetlink.h> +#include <linux/netfilter/nf_tables.h> |