From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 05:56:57 +0000 (+0000) Subject: Unifies libip[6]t_CONNSECMARK.man to libxt_CONNSECMARK.man X-Git-Tag: v1.4.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c256896b239eaf0581f5c9b5ad5e398b0918b6e4;p=thirdparty%2Fiptables.git Unifies libip[6]t_CONNSECMARK.man to libxt_CONNSECMARK.man --- diff --git a/extensions/libipt_CONNSECMARK.man b/extensions/libipt_CONNSECMARK.man deleted file mode 100644 index b94353a3..00000000 --- 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/libip6t_CONNSECMARK.man b/extensions/libxt_CONNSECMARK.man similarity index 100% rename from extensions/libip6t_CONNSECMARK.man rename to extensions/libxt_CONNSECMARK.man