From owner-cvs-all Fri Nov 30 6: 1:27 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 872B037B41D; Fri, 30 Nov 2001 06:01:20 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE1KD62359; Fri, 30 Nov 2001 06:01:20 -0800 (PST) (envelope-from brian) Message-Id: <200111301401.fAUE1KD62359@freefall.freebsd.org> From: Brian Somers Date: Fri, 30 Nov 2001 06:01:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp 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 brian 2001/11/30 06:01:20 PST Modified files: usr.sbin/ppp route.c Log: Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages to the routing socket. The local address on a point-to-point interface is not actually a gateway address - despite it appearing in the second column of netstat -r's output. Providing a gateway to an RTM_CHANGE will currently change the route's interface so that it's using the specified gateway - not what we want. Patiently explained to me by: ru Revision Changes Path 1.83 +0 -6 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message