From cb56c609ea245c65d41c56625452cac88d52c108 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 05:56:57 +0000 Subject: Unifies libip[6]t_CONNSECMARK.man to libxt_CONNSECMARK.man --- extensions/libip6t_CONNSECMARK.man | 15 --------------- extensions/libipt_CONNSECMARK.man | 15 --------------- extensions/libxt_CONNSECMARK.man | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 30 deletions(-) delete mode 100644 extensions/libip6t_CONNSECMARK.man delete mode 100644 extensions/libipt_CONNSECMARK.man create mode 100644 extensions/libxt_CONNSECMARK.man (limited to 'extensions') diff --git a/extensions/libip6t_CONNSECMARK.man b/extensions/libip6t_CONNSECMARK.man deleted file mode 100644 index b94353a..0000000 --- a/extensions/libip6t_CONNSECMARK.man +++ /dev/null @@ -1,15 +0,0 @@ -This module copies security markings from packets to connections -(if unlabeled), and from connections back to packets (also only -if unlabeled). Typically used in conjunction with SECMARK, it is -only valid in the -.B mangle -table. -.TP -.B --save -If the packet has a security marking, copy it to the connection -if the connection is not marked. -.TP -.B --restore -If the packet does not have a security marking, and the connection -does, copy the security marking from the connection to the packet. - diff --git a/extensions/libipt_CONNSECMARK.man b/extensions/libipt_CONNSECMARK.man deleted file mode 100644 index b94353a..0000000 --- a/extensions/libipt_CONNSECMARK.man +++ /dev/null @@ -1,15 +0,0 @@ -This module copies security markings from packets to connections -(if unlabeled), and from connections back to packets (also only -if unlabeled). Typically used in conjunction with SECMARK, it is -only valid in the -.B mangle -table. -.TP -.B --save -If the packet has a security marking, copy it to the connection -if the connection is not marked. -.TP -.B --restore -If the packet does not have a security marking, and the connection -does, copy the security marking from the connection to the packet. - diff --git a/extensions/libxt_CONNSECMARK.man b/extensions/libxt_CONNSECMARK.man new file mode 100644 index 0000000..b94353a --- /dev/null +++ b/extensions/libxt_CONNSECMARK.man @@ -0,0 +1,15 @@ +This module copies security markings from packets to connections +(if unlabeled), and from connections back to packets (also only +if unlabeled). Typically used in conjunction with SECMARK, it is +only valid in the +.B mangle +table. +.TP +.B --save +If the packet has a security marking, copy it to the connection +if the connection is not marked. +.TP +.B --restore +If the packet does not have a security marking, and the connection +does, copy the security marking from the connection to the packet. + -- cgit v1.2.3