]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In selectroute() add a missing fibnum argument to an in6_rtalloc()
authorbz <bz@FreeBSD.org>
Fri, 24 Feb 2012 20:06:04 +0000 (20:06 +0000)
committerbz <bz@FreeBSD.org>
Fri, 24 Feb 2012 20:06:04 +0000 (20:06 +0000)
commit9eb6f57f87245a31570bd9591ad658c542564c1e
tree8408826f19b82b431c08ac01e812c994666c9ed6
parent5dea1ef2842c899be11d7d22b3077efbfc5c6d17
In selectroute() add a missing fibnum argument to an in6_rtalloc()
call in an #if 0 section.

In in6_selecthlim() optimize a case where in6p cannot be NULL due to an
earlier check.

More consistently use u_int instead of int for fibnum function arguments.

Sponsored by: Cisco Systems, Inc.
MFC after: 3 days
sys/netinet6/in6_src.c
sys/netinet6/ip6_output.c
sys/netinet6/ip6_var.h