summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_udp.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 05:01:37 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 05:01:37 +0000
commit58c8939cad29e99397495d3398bfa7d373308fdb (patch)
treebb5731ea95ba267585a866883f26436da3e66bec /extensions/libxt_udp.man
parent64d1335ef9346ec224633504245057067ec6d4ae (diff)
Unifies libip[6]t_udp.man to libxt_udp.man
Diffstat (limited to 'extensions/libxt_udp.man')
-rw-r--r--extensions/libxt_udp.man14
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/libxt_udp.man b/extensions/libxt_udp.man
new file mode 100644
index 00000000..1d5e590c
--- /dev/null
+++ b/extensions/libxt_udp.man
@@ -0,0 +1,14 @@
+These extensions can be used if `--protocol udp' is specified. It
+provides the following options:
+.TP
+.BR "--source-port " "[!] \fIport\fP[:\fIport\fP]"
+Source port or port range specification.
+See the description of the
+.B --source-port
+option of the TCP extension for details.
+.TP
+.BR "--destination-port " "[!] \fIport\fP[:\fIport\fP]"
+Destination port or port range specification.
+See the description of the
+.B --destination-port
+option of the TCP extension for details.