Re: [PATCH 10/11] [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP

2007-10-17 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 17 Oct 2007 22:34:18 +0800 > [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP > > Combining RO and AH/ESP/IPCOMP does not make sense. So this patch adds a > check in the state initialisation function to prevent this. > > This allows us to sa

[PATCH 10/11] [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP

2007-10-17 Thread Herbert Xu
[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP Combining RO and AH/ESP/IPCOMP does not make sense. So this patch adds a check in the state initialisation function to prevent this. This allows us to safely remove the mode input function of RO since it can never be called anymore. Indeed,