]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Unifies libip[6]t_CONNSECMARK.man to libxt_CONNSECMARK.man
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Thu, 29 Nov 2007 05:56:57 +0000 (05:56 +0000)
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Thu, 29 Nov 2007 05:56:57 +0000 (05:56 +0000)
extensions/libipt_CONNSECMARK.man [deleted file]
extensions/libxt_CONNSECMARK.man [moved from extensions/libip6t_CONNSECMARK.man with 100% similarity]

diff --git a/extensions/libipt_CONNSECMARK.man b/extensions/libipt_CONNSECMARK.man
deleted file mode 100644 (file)
index b94353a..0000000
+++ /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.
-