From owner-cvs-all Sun Apr 11 1:53:19 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 4F7F014F4A; Sun, 11 Apr 1999 01:53:17 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA96664; Sun, 11 Apr 1999 01:51:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199904110851.BAA96664@freefall.freebsd.org> From: Brian Somers Date: Sun, 11 Apr 1999 01:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp async.c lcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/04/11 01:51:04 PDT Modified files: usr.sbin/ppp async.c lcp.c Log: Revert the ACCMAP changes where we OR the peers accmap with our own if there are differing bits (last two revisions of lcp.c). This change broke at least one negotiation session. Instead, we just use an OR of the two accmap values when we're doing the ASYNC framing. Revision Changes Path 1.18 +2 -2 src/usr.sbin/ppp/async.c 1.72 +5 -35 src/usr.sbin/ppp/lcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message