From owner-cvs-all Fri Oct 5 12:42:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD49837B406; Fri, 5 Oct 2001 12:42:50 -0700 (PDT) Received: (from dcs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Jgos55752; Fri, 5 Oct 2001 12:42:50 -0700 (PDT) (envelope-from dcs) Message-Id: <200110051942.f95Jgos55752@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 5 Oct 2001 12:42:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dcs 2001/10/05 12:42:50 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_output.c Log: MFC: revisions 1.128-1.132. Allow multicast packets to be sent in the absence of a default or multicast network route if an interface was specified. If the interface has no address, use 0.0.0.0 as address (only in the case above). Avoid code that depends variables not set in this new code path. Revision Changes Path 1.99.2.17 +23 -17 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message