]> git.baikalelectronics.ru Git - kernel.git/commit
[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 19 Jun 2005 05:54:36 +0000 (22:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:54:36 +0000 (22:54 -0700)
commit15833a0efda4841988e8d8fa02ae6e741d3dfb04
treee51536aab48997cc74f83bc618b95a9d88df12f2
parent2f7c9f47bc2c2766eae5c95359f8541190784377
[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification

This patch changes the format of the XFRM_MSG_DELSA and
XFRM_MSG_DELPOLICY notification so that the main message
sent is of the same format as that received by the kernel
if the original message was via netlink.  This also means
that we won't lose the byid information carried in km_event.

Since this user interface is introduced by Jamal's patch
we can still afford to change it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/xfrm.h
net/xfrm/xfrm_user.c