From 865eeba8a0fc633b6d52a053fa462012901f2ea1 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 04:32:12 +0000 Subject: Move libipt_dccp.man to libxt_dccp.man for ip6tables.8 --- extensions/libipt_dccp.man | 12 ------------ extensions/libxt_dccp.man | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 extensions/libipt_dccp.man create mode 100644 extensions/libxt_dccp.man diff --git a/extensions/libipt_dccp.man b/extensions/libipt_dccp.man deleted file mode 100644 index 6443ec3..0000000 --- a/extensions/libipt_dccp.man +++ /dev/null @@ -1,12 +0,0 @@ -.TP -\fB--source-port\fR,\fB--sport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR] -.TP -\fB--destination-port\fR,\fB--dport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR] -.TP -\fB--dccp-types\fR [\fB!\fR] \fImask\fP -Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated -list of packet types. Packet types are: -.BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" . -.TP -\fB--dccp-option\fR [\fB!\fR\] \fInumber\fP -Match if DCP option set. diff --git a/extensions/libxt_dccp.man b/extensions/libxt_dccp.man new file mode 100644 index 0000000..6443ec3 --- /dev/null +++ b/extensions/libxt_dccp.man @@ -0,0 +1,12 @@ +.TP +\fB--source-port\fR,\fB--sport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR] +.TP +\fB--destination-port\fR,\fB--dport \fR[\fB!\fR] \fIport\fR[\fB:\fIport\fR] +.TP +\fB--dccp-types\fR [\fB!\fR] \fImask\fP +Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated +list of packet types. Packet types are: +.BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" . +.TP +\fB--dccp-option\fR [\fB!\fR\] \fInumber\fP +Match if DCP option set. -- cgit v1.2.3