From c256896b239eaf0581f5c9b5ad5e398b0918b6e4 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 05:56:57 +0000 Subject: [PATCH] Unifies libip[6]t_CONNSECMARK.man to libxt_CONNSECMARK.man --- extensions/libipt_CONNSECMARK.man | 15 --------------- ...ip6t_CONNSECMARK.man => libxt_CONNSECMARK.man} | 0 2 files changed, 15 deletions(-) delete mode 100644 extensions/libipt_CONNSECMARK.man rename extensions/{libip6t_CONNSECMARK.man => libxt_CONNSECMARK.man} (100%) 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 -- 2.47.3