summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_udp.man
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 05:01:37 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 05:01:37 +0000
commitfe6bc43303fdf2ea8d8296d77732a28f799d2fcf (patch)
treebb5731ea95ba267585a866883f26436da3e66bec /extensions/libxt_udp.man
parent51a4655fd786346deb58ca1658f38fceacf1b6b1 (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 0000000..1d5e590
--- /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.