From owner-cvs-all Mon Jun 4 7:13:19 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 9A0CC37B403; Mon, 4 Jun 2001 07:13:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54EDGg22742; Mon, 4 Jun 2001 07:13:16 -0700 (PDT) (envelope-from ru) Message-Id: <200106041413.f54EDGg22742@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 4 Jun 2001 07:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c X-FreeBSD-CVS-Branch: HEAD 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 ru 2001/06/04 07:13:16 PDT Modified files: sys/net route.c Log: When looking for an interface appropriate for the (new or changing) route in ifa_ifwithroute(), as the last resort, look up the route to the gateway, not destination (to derive the interface from). PR: kern/27852 Submitted by: Iasen Kostoff MFC after: 2 weeks Revision Changes Path 1.62 +2 -2 src/sys/net/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message