The following series implements changes in nft code that permit to reuse some functions in other tool (like xtables-arptables). I changed nft.h, now struct nft_handle gets a struct builtin_table pointer used in functions to works with a properly tables and not with tables declared in nft.c. --- Giuseppe Longo (4): nft: add builtin_table pointer nft: search builtin tables via nft_handle tables pointer nft: nft_xtables_config_load() called only in nft_init() nft: make functions public iptables/nft.c | 77 ++++++++++++++++++-------------------------------------- iptables/nft.h | 42 +++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 52 deletions(-) -- -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html