Remove the last hacks concerning the global list of IPv4 addresses in the
authormpi <mpi@openbsd.org>
Wed, 7 May 2014 08:26:38 +0000 (08:26 +0000)
committermpi <mpi@openbsd.org>
Wed, 7 May 2014 08:26:38 +0000 (08:26 +0000)
commitc6e49a3d6c2e71354c9e8c0d30443242e0c95e59
tree9f7e0fcc90e2b4d1b1e28bc578feeecefda00994
parent9dcdfc618265057d8bd63522c536e137b6d02a6b
Remove the last hacks concerning the global list of IPv4 addresses in the
source address selection logic.

These hacks were only relevant for the NFS diskless boot code in order to
pick the local broadcast address of the only configured interface.  So, be
explicit and set this address directly.

Tested by florian@, ok henning@, beck@, chrisz@
sys/netinet/in_pcb.c
sys/netinet/ip_input.c
sys/nfs/nfs_boot.c