Re: [PATCH] pfkey: sending an SADB_GET responds with an SADB_GET

2007-10-17 Thread David Miller
From: Charles Hardin <[EMAIL PROTECTED]> Date: Wed, 17 Oct 2007 14:36:10 -0700 > Kernel needs to respond to an SADB_GET with the same message type to conform > to the RFC 2367 Section 3.1.5 I can't apply this: 1) We need you to provide an appropriate Signed-off-by: line in the changelog of

[PATCH] pfkey: sending an SADB_GET responds with an SADB_GET

2007-10-17 Thread Charles Hardin
Kernel needs to respond to an SADB_GET with the same message type to conform to the RFC 2367 Section 3.1.5 diff --git a/net/key/af_key.c b/net/key/af_key.c index 7969f8a..fb4fee1 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -1552,7 +1552,7 @@ static int pfkey_get(struct sock *sk,

[PATCH] pfkey: sending an SADB_GET responds with an SADB_GET

2007-10-17 Thread Charles Hardin
Kernel needs to respond to an SADB_GET with the same message type to conform to the RFC 2367 Section 3.1.5 diff --git a/net/key/af_key.c b/net/key/af_key.c index 7969f8a..fb4fee1 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -1552,7 +1552,7 @@ static int pfkey_get(struct sock *sk,

Re: [PATCH] pfkey: sending an SADB_GET responds with an SADB_GET

2007-10-17 Thread David Miller
From: Charles Hardin [EMAIL PROTECTED] Date: Wed, 17 Oct 2007 14:36:10 -0700 Kernel needs to respond to an SADB_GET with the same message type to conform to the RFC 2367 Section 3.1.5 I can't apply this: 1) We need you to provide an appropriate Signed-off-by: line in the changelog of your