Subject: Re: RFC: local address selection
To: Tom Ivar Helbekkmo <tih@eunetnorge.no>
From: None <itojun@iijlab.net>
List: tech-net
Date: 11/08/2004 03:54:02
>> Or each route could have its prefered local address:
>> route add default 10.0.12.1 -localaddr 10.0.12.7   
>>
>> The latter sounds the most general, so it might be the best way to go.

	in IPv4 code, rt_ifa is used for selecting source address for a
	particular routing entry.  route -ifa should be sufficient.

itojun