From owner-cvs-all Wed Aug 15 19: 1:15 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 D66B637B620; Wed, 15 Aug 2001 19:01:06 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G216i42976; Wed, 15 Aug 2001 19:01:06 -0700 (PDT) (envelope-from brian) Message-Id: <200108160201.f7G216i42976@freefall.freebsd.org> From: Brian Somers Date: Wed, 15 Aug 2001 19:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c ipv6cp.c ncpaddr.c ncpaddr.h route.c route.h 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/08/15 19:01:06 PDT Modified files: usr.sbin/ppp ipcp.c ipv6cp.c ncpaddr.c ncpaddr.h route.c route.h Log: Specify the gateway address when updating the MTU and send/recv pipe sizes on a route. IMHO this shouldn't be necessary (the destination & mask/prefixlen should be enough), but without it, the default route update under OpenBSD will fail. Thanks to: Russell T Hunt Revision Changes Path 1.111 +11 -4 src/usr.sbin/ppp/ipcp.c 1.2 +14 -4 src/usr.sbin/ppp/ipv6cp.c 1.3 +7 -1 src/usr.sbin/ppp/ncpaddr.c 1.2 +2 -1 src/usr.sbin/ppp/ncpaddr.h 1.74 +38 -25 src/usr.sbin/ppp/route.c 1.19 +3 -2 src/usr.sbin/ppp/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message