Module Name: src
Committed By: roy
Date: Wed Oct 7 09:44:26 UTC 2015
Modified Files:
src/sys/net: route.c
Log Message:
Remove rt_ifa_localrequest().
In it's place, use rtrequest1() inside rt_ifa_addlocal() and
rtdeletemsg() inside rt_ifa_remlocal().
This removes the need for INET/INET6 specific code and allows
greater control over the creation of the local address route.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/net/route.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.