Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 18:42:33 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in.c
Message-ID:  <200204100142.g3A1gX906506@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2002/04/09 18:42:33 PDT

  Modified files:
    sys/netinet          in.c 
  Log:
  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
  
  Revision  Changes    Path
  1.64      +18 -6     src/sys/netinet/in.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204100142.g3A1gX906506>