Re: [2/4] [IPSEC] xfrm: Abstract out encapsulation modes

2006-05-27 Thread Diego Beltrami
Quoting Herbert Xu <[EMAIL PROTECTED]>: > [IPSEC] xfrm: Abstract out encapsulation modes > > This patch adds the structure xfrm_mode. It is meant to represent > the operations carried out by transport/tunnel modes. > > By doing this we allow additional encapsulation modes to be added > without cl

[2/4] [IPSEC] xfrm: Abstract out encapsulation modes

2006-05-27 Thread Herbert Xu
[IPSEC] xfrm: Abstract out encapsulation modes This patch adds the structure xfrm_mode. It is meant to represent the operations carried out by transport/tunnel modes. By doing this we allow additional encapsulation modes to be added without clogging up the xfrm_input/xfrm_output paths. Candidat