From: Herbert Xu Date: Wed, 14 Nov 2007 05:39:08 +0000 (-0800) Subject: [IPSEC]: Forbid BEET + ipcomp for now X-Git-Tag: v2.6.25-rc1~1162^2~1450 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40b3286158565909692e5914ea4a11bdbcc68c8;p=pandora-kernel.git [IPSEC]: Forbid BEET + ipcomp for now While BEET can theoretically work with IPComp the current code can't do that because it tries to construct a BEET mode tunnel type which doesn't (and cannot) exist. In fact as it is it won't even attach a tunnel object at all for BEET which is bogus. To support this fully we'd also need to change the policy checks on input to recognise a plain tunnel as a legal variant of an optional BEET transform. This patch simply fails such constructions for now. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed