Re: [patch 5/6] ipv6 - make af_inet6 to check ip6_route_init return value

2007-12-07 Thread David Miller
From: Daniel Lezcano [EMAIL PROTECTED] Date: Thu, 06 Dec 2007 14:53:34 +0100 The af_inet6 initialization function does not check the return code of the route initilization, so if something goes wrong, the protocol initialization will continue anyway. This patch takes into account the

[patch 5/6] ipv6 - make af_inet6 to check ip6_route_init return value

2007-12-06 Thread Daniel Lezcano
The af_inet6 initialization function does not check the return code of the route initilization, so if something goes wrong, the protocol initialization will continue anyway. This patch takes into account the modification made in the different route's initialization subroutines to check the return