K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-08-18T10:12:42.000000Z K 7 svn:log V 603 o Make rt_check() return a locked rtentry. o Make rt_check() function more strict: - rt0 passed to rt_check() must not be NULL, assert this. - rt returned by rt_check() must be valid locked rtentry, if no error occured. o Modify callers, so that they never pass NULL rt0 to rt_check(). o Modify callers, so that they unlock rtentry. Revisions merged: net/if_atmsubr.c - 1.39, 1.41 net/if_fwsubr.c - 1.13, 1.15 net/if_iso88025subr.c - 1.69, 1.71 net/route.c - 1.110, 1.111 netinet6/nd6.c - 1.51-1.53 netinet/if_ether.c intentionally not touched by this merge. Approved by: re (kensmith) END