Mailing List Archive

[PATCH 3/3] libnl: add netfilter log support
Re: [PATCH 3/3] libnl: add netfilter log support [ In reply to ]
* Philip Craig <philipc@snapgear.com> 2007-09-03 15:12
>

> ---
> include/linux/netfilter/nfnetlink_log.h | 96 +++++++
> include/netlink-types.h | 22 +
> include/netlink/netfilter/log.h | 105 +++++++
> lib/netfilter/log.c | 349 ++++++++++++++++++++++++++
> lib/netfilter/log_obj.c | 425 ++++++++++++++++++++++++++++++++
> src/nf-log.c | 142 ++++++++++
> 6 files changed, 1139 insertions(+)

Also applied, thanks for all this great work!