From: Stephen Hemminger <shemminger@vyatta.com>
To: Thomas Graf <tgraf@infradead.org>
Cc: Patrick McHardy <kaber@trash.net>, netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] iptables: add manual page section for AUDIT target
Date: Tue, 15 Mar 2011 19:28:47 -0700 [thread overview]
Message-ID: <20110315192847.27cb35fb@nehalam> (raw)
In-Reply-To: <20110316002620.GA26145@canuck.infradead.org>
On Tue, 15 Mar 2011 20:26:20 -0400
Thomas Graf <tgraf@infradead.org> wrote:
>
> Signed-off-by: Thomas Graf <tgraf@redhat.com>
>
> diff --git a/extensions/libxt_AUDIT.man b/extensions/libxt_AUDIT.man
> new file mode 100644
> index 0000000..cd79696
> --- /dev/null
> +++ b/extensions/libxt_AUDIT.man
> @@ -0,0 +1,14 @@
> +This target allows to create audit records for packets hitting the target.
> +It can be used to record accepted, dropped, and rejected packets. See
> +auditd(8) for additional details.
> +.TP
> +\fB\-\-type\fP {\fBaccept\fP|\fBdrop\fP|\fBreject\fP}
> +Set type of audit record.
> +.PP
> +Example:
> +.IP
> +iptables \-N AUDIT_DROP
> +.IP
> +iptables \-A AUDIT_DROP \-j AUDIT \-\-type drop
> +.IP
> +iptables \-A AUDIT_DROP \-j DROP
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Applied to net-next
--
next prev parent reply other threads:[~2011-03-16 2:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 0:26 [PATCH] iptables: add manual page section for AUDIT target Thomas Graf
2011-03-16 2:28 ` Stephen Hemminger [this message]
2011-03-16 2:29 ` Stephen Hemminger
2011-03-16 15:39 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110315192847.27cb35fb@nehalam \
--to=shemminger@vyatta.com \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=tgraf@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).