From owner-cvs-all Wed Aug 28 19:45: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A0737B400; Wed, 28 Aug 2002 19:44:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D3543E6E; Wed, 28 Aug 2002 19:44:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7T2ixJU051847; Wed, 28 Aug 2002 19:44:59 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7T2iwW1051846; Wed, 28 Aug 2002 19:44:58 -0700 (PDT) Message-Id: <200208290244.g7T2iwW1051846@freefall.freebsd.org> From: Brian Somers Date: Wed, 28 Aug 2002 19:44:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c ipv6cp.c ipv6cp.h ncpaddr.c ppp.8.m4 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 2002/08/28 19:44:58 PDT Modified files: usr.sbin/ppp command.c ipv6cp.c ipv6cp.h ncpaddr.c ppp.8.m4 Log: - made ppp compliant to RFC 2472 (based on a patch from another contributor) - support ipv6cpretry and ipv6cpretries, which are IPv6 versions of ipcpretry and ipcpretries. - improve handling of IPv6 link-local addresses Submitted by: JINMEI Tatuya Revision Changes Path 1.292 +10 -0 src/usr.sbin/ppp/command.c 1.8 +147 -47 src/usr.sbin/ppp/ipv6cp.c 1.2 +4 -2 src/usr.sbin/ppp/ipv6cp.h 1.10 +12 -0 src/usr.sbin/ppp/ncpaddr.c 1.301 +3 -0 src/usr.sbin/ppp/ppp.8.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message