X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2Flibipt_CONNMARK.man;fp=extensions%2Flibipt_CONNMARK.man;h=8b4de5a01bf82438caa952eea396fc1101dca49c;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..8b4de5a --- /dev/null +++ b/extensions/libipt_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.