From: Yasuyuki Kozakai Date: Wed, 24 Sep 2008 22:53:39 +0000 (-0700) Subject: netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion X-Git-Tag: v2.6.27-rc8~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca31ce52a5cfd03b960fd81a49197ae85d25347;p=pandora-kernel.git netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion The current code ignores rules for internal options in HBH/DST options header in packet processing if 'Not strict' mode is specified (which is not implemented). Clearly it is not expected by user. Kernel should reject HBH/DST rule insertion with 'Not strict' mode in the first place. Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed