manpages: generate manpages

This commit is contained in:
Jan Engelhardt
2008-04-09 20:41:08 +02:00
parent 2c2527bdc4
commit d5ee47e9da
8 changed files with 62 additions and 10 deletions

View File

@@ -2,11 +2,10 @@ Allows you to mark a received packet basing on its IP address. This
can replace many mangle/mark entries with only one, if you use
firewall based classifier.
This target is to be used inside the mangle table, in the PREROUTING,
POSTROUTING or FORWARD hooks.
This target is to be used inside the \fBmangle\fP table.
.TP
.BI "--addr " "src/dst"
Use source or destination IP address.
\fB--addr\fP {\fBsrc\fP|\fBdst\fP}
Select source or destination IP address as a basis for the mark.
.TP
.BI "--and-mask " "mask"
Perform bitwise `and' on the IP address and this mask.