From owner-cvs-all Sat Jul 28 4:32:13 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 5E36F37B405; Sat, 28 Jul 2001 04:32:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SBW9T46302; Sat, 28 Jul 2001 04:32:09 -0700 (PDT) (envelope-from brian) Message-Id: <200107281132.f6SBW9T46302@freefall.freebsd.org> From: Brian Somers Date: Sat, 28 Jul 2001 04:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c ipcp.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/07/28 04:32:09 PDT Modified files: usr.sbin/ppp ipcp.c ipcp.h Log: If the peer sends a REQ without the IPADDR option, only reject it once. If they repeat the request (again without the IPADDR option) ACK it. I've had reports that some ppp implementations will not assign themselves an IP number. This should negotiate with such things. MFC after: 3 days Revision Changes Path 1.108 +16 -7 src/usr.sbin/ppp/ipcp.c 1.34 +2 -1 src/usr.sbin/ppp/ipcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message