From owner-cvs-all Tue Jul 24 20:34:14 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 6786A37B408; Tue, 24 Jul 2001 20:34:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6P3Y7852255; Tue, 24 Jul 2001 20:34:07 -0700 (PDT) (envelope-from brian) Message-Id: <200107250334.f6P3Y7852255@freefall.freebsd.org> From: Brian Somers Date: Tue, 24 Jul 2001 20:34:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c 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/24 20:34:07 PDT Modified files: sys/netgraph ng_pppoe.c Log: If an attempt is made to LISTEN for a service tag that's already being LISTENed for, return EEXISTS. Only match the magic "*" service tag if no other LISTEN service tags match. Require an explicit LISTEN for an empty service tag in order to match empty service requests. Approved by: julian MFC after: 3 days Revision Changes Path 1.45 +29 -15 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message