CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/01 10:35:45
Modified files:
sys/netinet : in.c
Log message:
Fix loopback related breakage introduced by the conversion of in_ouraddr()
to use the routing table.
Do not create a host route for loopback addresses apart from the local
ones otherwise these addresses are not considered as part of the machine.
Reported by deraadt@ and Heiko Zimmermann on bugs@.
