Julian Elischer 381dd1d2ca Submitted by: archie@whistle.com
This is a patch to sys/net/if.c. What it does is patch the algorithm
for finding an IP address on an interface which most closely matches
a given IP address. The problem with it is when no address matches,
and you have to just pick one at random. Then the code ends up picking
the last IP address in the list. This patch changes things so it
picks up the first address instead.
Usually the first address is more useful as the later ones are aliases.
1996-08-07 04:09:05 +00:00
..
1994-08-21 05:11:48 +00:00
1996-02-06 18:51:28 +00:00
1996-02-06 18:51:28 +00:00
1996-06-12 05:11:41 +00:00
1994-11-16 02:16:18 +00:00
1995-05-30 08:16:23 +00:00
1996-08-05 14:03:10 +00:00
1996-06-10 23:17:45 +00:00
1995-02-25 15:57:55 +00:00
1996-08-07 04:09:05 +00:00
1996-06-14 11:02:28 +00:00
1995-04-29 15:24:00 +00:00