]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit0603eac0d6b77acac5924a2734228cbaf072f993
treee51536aab48997cc74f83bc618b95a9d88df12f2
parentb6544c0b4cf2bd96195f3cdb7cebfb35090fc557
[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