Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 1999 08:55:46 -0800 (PST)
From:      Garrett Wollman <wollman@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet ip_input.c
Message-ID:  <199902091655.IAA49373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     1999/02/09 08:55:46 PST

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  After wading in the cesspool of ip_input for an hour, I have managed to
  convince myself that nothing will break if we permit IP input while
  interface addresses are unconfigured.  (At worst, they will hit some
  ULP's PCB scan and fail if nobody is listening.)  So, remove the restriction
  that addresses must be configured before packets can be input.  Assume
  that any unicast packet we receive while unconfigured is potentially ours.
  
  Revision  Changes    Path
  1.114     +8 -10     src/sys/netinet/ip_input.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?199902091655.IAA49373>