From: Pablo Neira Ayuso Date: Mon, 16 Jul 2012 12:04:10 +0000 (+0200) Subject: libxt_HMARK: fix ct case example X-Git-Tag: v1.4.15~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fb49101acfbec265e96c1d5e475c7051beece19;p=thirdparty%2Fiptables.git libxt_HMARK: fix ct case example ... -j HMARK --hmark-tuple ct,src,dst --hmark-offset 10000 ... Note `ct' requires also the tuples. Reported-by: Hans Schillstrom Signed-off-by: Pablo Neira Ayuso --- diff --git a/extensions/libxt_HMARK.man b/extensions/libxt_HMARK.man index 2b004b5a..0b418842 100644 --- a/extensions/libxt_HMARK.man +++ b/extensions/libxt_HMARK.man @@ -53,8 +53,8 @@ A 32 bit random custom value to feed hash calculation. \fIExamples:\fP .PP iptables \-t mangle \-A PREROUTING \-m state \-\-state NEW - \-j HMARK \-\-hmark-tuple ct \-\-hmark-offset 10000 \-\-hmark\-mod 10 -\-\-hmark\-rnd 0xfeedcafe + \-j HMARK \-\-hmark-tuple ct,src,dst,proto \-\-hmark-offset 10000 +\-\-hmark\-mod 10 \-\-hmark\-rnd 0xfeedcafe .PP iptables \-t mangle \-A PREROUTING -j HMARK \-\-hmark\-offset 10000 \-\-hmark-tuple src,dst,proto \-\-hmark-mod 10 \-\-hmark\-rnd 0xdeafbeef