[PATCH v3 07/12] tests: check decoding of NFNL_SUBSYS_IPSET netlink message types
Dmitry V. Levin
ldv at altlinux.org
Tue Sep 26 20:33:16 UTC 2017
On Wed, Sep 20, 2017 at 10:59:17PM +0800, JingPiao Chen wrote:
> * configure.ac (AC_CHECK_HEADERS): Add linux/netfilter/ipset/ip_set.h.
> * tests/nfnetlink_ipset.c: New file.
> * tests/gen_tests.in (nfnetlink_ipset): New entry.
> * tests/pure_executables.list: Add nfnetlink_ipset.
> * tests/.gitignore: Likewise.
> ---
> configure.ac | 1 +
> tests/.gitignore | 1 +
> tests/gen_tests.in | 1 +
> tests/nfnetlink_ipset.c | 83 +++++++++++++++++++++++++++++++++++++++++++++
> tests/pure_executables.list | 1 +
> 5 files changed, 87 insertions(+)
> create mode 100644 tests/nfnetlink_ipset.c
>
> diff --git a/configure.ac b/configure.ac
> index 54b8421..cb9e204 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -394,6 +394,7 @@ AC_CHECK_HEADERS(m4_normalize([
> linux/mmtimer.h
> linux/msg.h
> linux/neighbour.h
> + linux/netfilter/ipset/ip_set.h
> linux/netfilter/nfnetlink.h
> linux/netfilter/nfnetlink_conntrack.h
> linux/netfilter/nfnetlink_log.h
[...]
> +#ifdef HAVE_LINUX_NETFILTER_NFNETLINK_IPSET_IP_SET_H
This had to be HAVE_LINUX_NETFILTER_IPSET_IP_SET_H.
I've applied the whole series with this fix, thanks!
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170926/afdbfec1/attachment.bin>
More information about the Strace-devel
mailing list