summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_CONNSECMARK.man
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 05:56:57 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 05:56:57 +0000
commitcb56c609ea245c65d41c56625452cac88d52c108 (patch)
tree1b49fbace0e7ac3c9a4678af388f15f146be055a /extensions/libxt_CONNSECMARK.man
parentc22f50ffe8d1219536769fdf105b7db27a8999a2 (diff)
Unifies libip[6]t_CONNSECMARK.man to libxt_CONNSECMARK.man
Diffstat (limited to 'extensions/libxt_CONNSECMARK.man')
-rw-r--r--extensions/libxt_CONNSECMARK.man15
1 files changed, 15 insertions, 0 deletions
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.
+