From owner-cvs-all Sat Sep 28 3:16:27 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 F134B37B401; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A255943E6A; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SAGQCo081412; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SAGQHD081411; Sat, 28 Sep 2002 03:16:26 -0700 (PDT) Message-Id: <200209281016.g8SAGQHD081411@freefall.freebsd.org> From: Brian Somers Date: Sat, 28 Sep 2002 03:16:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c X-FreeBSD-CVS-Branch: RELENG_4 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/09/28 03:16:25 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp ipcp.c Log: MFC: If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting it as being in range. set ifaddr 1.2.3.4/0 5.6.7.8/0 no longer allows 0.0.0.0 as a valid IP. Approved by: re (jhb) Revision Changes Path 1.90.2.12 +2 -1 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message