Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2006 20:26:15 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        citrin@citrin.ru, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org, bms@FreeBSD.org
Subject:   Re: kern/99558: FreeBSD 6.1 can't send packets to INADDR_BROADCAST
Message-ID:  <200606282026.k5SKQF76000393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: FreeBSD 6.1 can't send packets to INADDR_BROADCAST

State-Changed-From-To: open->feedback
State-Changed-By: bms
State-Changed-When: Wed Jun 28 20:24:04 UTC 2006
State-Changed-Why: 
This behaviour is by design.

Please read the manual page ip(4) for information on the IP_ONESBCAST
option. The INADDR_BROADCAST destination is by its nature non specific
and link local therefore you need to use the IP_ONESBCAST option to
cause undirected broadcasts to be sent on a particular interface.



Responsible-Changed-From-To: freebsd-bugs->bms
Responsible-Changed-By: bms
Responsible-Changed-When: Wed Jun 28 20:24:04 UTC 2006
Responsible-Changed-Why: 
This behaviour is by design.

Please read the manual page ip(4) for information on the IP_ONESBCAST
option. The INADDR_BROADCAST destination is by its nature non specific
and link local therefore you need to use the IP_ONESBCAST option to
cause undirected broadcasts to be sent on a particular interface.


http://www.freebsd.org/cgi/query-pr.cgi?pr=99558



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