On Mon, Oct 23, 2017 at 05:33:15PM +0200, Phil Sutter wrote: > The following series prepares libnftables libarary split-off by moving > API functions into src/libnftables.c, introducing > include/nftables/nftables.h and enhancing the code by a number of > getters and setters for applications to change configurable parts of > struct nft_ctx without knowledge of that struct's internals. > > The 'nft' binary will become the first "demo" user of libnftables and > acts as a reference for library design and usability. Series applied. I have to merged this patch below to 1/4.
diff --git a/configure.ac b/configure.ac index b01c5bdef0eb..099a4a5e81ec 100644 --- a/configure.ac +++ b/configure.ac @@ -140,6 +140,7 @@ AC_CONFIG_FILES([ \ Makefile \ src/Makefile \ include/Makefile \ + include/nftables/Makefile \ include/linux/Makefile \ include/linux/netfilter/Makefile \ include/linux/netfilter_arp/Makefile \