From 001121ba044eee4905a45b5380acd33aefb197d8 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 04:30:51 +0000 Subject: Move libipt_connmark.man to libxt_connmark.man for ip6tables.8 --- extensions/libxt_connmark.man | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extensions/libxt_connmark.man (limited to 'extensions/libxt_connmark.man') diff --git a/extensions/libxt_connmark.man b/extensions/libxt_connmark.man new file mode 100644 index 0000000..a8e0600 --- /dev/null +++ b/extensions/libxt_connmark.man @@ -0,0 +1,9 @@ +This module matches the netfilter mark field associated with a connection +(which can be set using the +.B CONNMARK +target below). +.TP +.BI "--mark " "value[/mask]" +Matches packets in connections with the given mark value (if a mask is +specified, this is logically ANDed with the mark before the +comparison). -- cgit v1.2.3