~ubuntu-branches/ubuntu/maverick/iptables/maverick

« back to all changes in this revision

Viewing changes to extensions/libipt_LOG.man

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella
  • Date: 2009-05-06 16:35:21 UTC
  • mfrom: (5.1.6 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20090506163521-2hbruo0m33h04wxf
Tags: 1.4.3.2-2ubuntu1
* Merge from debian unstable (LP: #372920), remaining changes:
  - Don't fail to run iptables-save if iptables module isn't loaded.
  - debian/patches/0901-build-libipq_pic.a.patch - Build libipq_pic.a with
    -fPIC. Upstream changed build system and patch modified accordingly.
  - Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
    the howtos.
* Droped unexistent patches from debian/patches/series
* Droped 0903-autoload-module-in-iptables-save.diff, fixed upstream
* Added linuxdoc-tools to Build-Depends
* Modified debian/iptables{,-dev}.install to match DM syntax 
  (removed debian/tmp)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
separate rules with the same matching criteria, first using target LOG
11
11
then DROP (or REJECT).
12
12
.TP
13
 
.BI "--log-level " "level"
 
13
\fB\-\-log\-level\fP \fIlevel\fP
14
14
Level of logging (numeric or see \fIsyslog.conf\fP(5)).
15
15
.TP
16
 
.BI "--log-prefix " "prefix"
 
16
\fB\-\-log\-prefix\fP \fIprefix\fP
17
17
Prefix log messages with the specified prefix; up to 29 letters long,
18
18
and useful for distinguishing messages in the logs.
19
19
.TP
20
 
.B --log-tcp-sequence
 
20
\fB\-\-log\-tcp\-sequence\fP
21
21
Log TCP sequence numbers. This is a security risk if the log is
22
22
readable by users.
23
23
.TP
24
 
.B --log-tcp-options
 
24
\fB\-\-log\-tcp\-options\fP
25
25
Log options from the TCP packet header.
26
26
.TP
27
 
.B --log-ip-options
 
27
\fB\-\-log\-ip\-options\fP
28
28
Log options from the IP packet header.
29
29
.TP
30
 
.B --log-uid
 
30
\fB\-\-log\-uid\fP
31
31
Log the userid of the process which generated the packet.