X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2Flibipt_connmark.man;fp=extensions%2Flibipt_connmark.man;h=a8e0600197ba090d209d356c5a0a5594a8f7e608;hb=6afea0b41dfbc3824956d11d960ad80097218feb;hp=0000000000000000000000000000000000000000;hpb=f7b70cf9e00324b89b02de213bcd0dde7044d035;p=iptables.git diff --git a/extensions/libipt_connmark.man b/extensions/libipt_connmark.man new file mode 100644 index 0000000..a8e0600 --- /dev/null +++ b/extensions/libipt_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).