]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.
authorbrian <brian@FreeBSD.org>
Wed, 10 Apr 2002 01:42:32 +0000 (01:42 +0000)
committerbrian <brian@FreeBSD.org>
Wed, 10 Apr 2002 01:42:32 +0000 (01:42 +0000)
commit2eb3cb5ccab133455558a344fae48af5a2bac852
tree1ae2dc8cd06704b7ea0fd8b82deea994972aca78
parent78e19df6f611d5facf38b583e4680cc30cd9346c
Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.

This change allows bootp to work with more than one interface, at the
expense of some rather ``wrong'' looking code.  I plan to MFC this in
place of luigi's recent #ifdef BOOTP stuff that was committed to this
file in -stable, as that's slightly more wrong that this is.

Offered for review on: -arch, -net
MFC after: 2 weeks
sys/netinet/in.c