Re: [PATCH 2/4][SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.

2006-12-13 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Wed, 13 Dec 2006 12:44:47 -0800 > [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. > > Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev"

[PATCH 2/4][SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.

2006-12-13 Thread Sridhar Samudrala
[SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> --- net/sctp/protocol.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index b61f334..3a3db56 100644 ---