From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 28 20:26:16 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B1D16A47B; Wed, 28 Jun 2006 20:26:16 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2958344906; Wed, 28 Jun 2006 20:26:16 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5SKQG3w000397; Wed, 28 Jun 2006 20:26:16 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5SKQF76000393; Wed, 28 Jun 2006 20:26:15 GMT (envelope-from bms) Date: Wed, 28 Jun 2006 20:26:15 GMT From: Bruce M Simpson Message-Id: <200606282026.k5SKQF76000393@freefall.freebsd.org> To: citrin@citrin.ru, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org, bms@FreeBSD.org Cc: Subject: Re: kern/99558: FreeBSD 6.1 can't send packets to INADDR_BROADCAST X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2006 20:26:16 -0000 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