From dea46b39b7b8d7b763b0e13c724161bc48af0a8e Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 03:39:04 +0000 Subject: Moves libipt_CONNMARK.man to libxt_CONNMARK.man for ip6tables.8 --- extensions/libipt_CONNMARK.man | 15 --------------- extensions/libxt_CONNMARK.man | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 extensions/libipt_CONNMARK.man create mode 100644 extensions/libxt_CONNMARK.man diff --git a/extensions/libipt_CONNMARK.man b/extensions/libipt_CONNMARK.man deleted file mode 100644 index 8b4de5a0..00000000 --- a/extensions/libipt_CONNMARK.man +++ /dev/null @@ -1,15 +0,0 @@ -This module sets the netfilter mark value associated with a connection -.TP -.B --set-mark mark[/mask] -Set connection mark. If a mask is specified then only those bits set in the -mask is modified. -.TP -.B --save-mark [--mask mask] -Copy the netfilter packet mark value to the connection mark. If a mask -is specified then only those bits are copied. -.TP -.B --restore-mark [--mask mask] -Copy the connection mark value to the packet. If a mask is specified -then only those bits are copied. This is only valid in the -.B mangle -table. diff --git a/extensions/libxt_CONNMARK.man b/extensions/libxt_CONNMARK.man new file mode 100644 index 00000000..8b4de5a0 --- /dev/null +++ b/extensions/libxt_CONNMARK.man @@ -0,0 +1,15 @@ +This module sets the netfilter mark value associated with a connection +.TP +.B --set-mark mark[/mask] +Set connection mark. If a mask is specified then only those bits set in the +mask is modified. +.TP +.B --save-mark [--mask mask] +Copy the netfilter packet mark value to the connection mark. If a mask +is specified then only those bits are copied. +.TP +.B --restore-mark [--mask mask] +Copy the connection mark value to the packet. If a mask is specified +then only those bits are copied. This is only valid in the +.B mangle +table. -- cgit v1.2.3