summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_CONNMARK.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 03:39:04 +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 03:39:04 +0000
commit81bba7cd8ec596f79dfff0be0f90b6d746034837 (patch)
treec1316017c93e2b7c44da88eaaf3679514dc4d6c9 /extensions/libxt_CONNMARK.man
parent086527abc29050db4556c1702f99c0a6b3f04a26 (diff)
Moves libipt_CONNMARK.man to libxt_CONNMARK.man for ip6tables.8
Diffstat (limited to 'extensions/libxt_CONNMARK.man')
-rw-r--r--extensions/libxt_CONNMARK.man15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/libxt_CONNMARK.man b/extensions/libxt_CONNMARK.man
new file mode 100644
index 0000000..8b4de5a
--- /dev/null
+++ b/extensions/libxt_CONNMARK.man
@@ -0,0 +1,15 @@
+This module sets the netfilter mark value associated with a connection
+.TP
+.B --set-mark mark[/mask]
+Set connection mark. If a mask is specified then only those bits set in the
+mask is modified.
+.TP
+.B --save-mark [--mask mask]
+Copy the netfilter packet mark value to the connection mark. If a mask
+is specified then only those bits are copied.
+.TP
+.B --restore-mark [--mask mask]
+Copy the connection mark value to the packet. If a mask is specified
+then only those bits are copied. This is only valid in the
+.B mangle
+table.