From owner-cvs-all Mon Mar 1 5:47:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE86D15367; Mon, 1 Mar 1999 05:47:01 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA02938; Mon, 1 Mar 1999 05:46:46 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903011346.FAA02938@freefall.freebsd.org> From: Brian Somers Date: Mon, 1 Mar 1999 05:46:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/01 05:46:45 PST Modified files: usr.sbin/ppp lcp.c Log: When negotiating ACCMAPs, sync our ACCMAP with the peers by ORing the two together and NAKing or REQing the result rather than allowing seperate local/peer values. If the peer REJs our ACCMAP and our ACCMAP isn't 0, warn about it and ignore the rejection. Revision Changes Path 1.70 +17 -5 src/usr.sbin/ppp/lcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message