Date: Tue, 24 Jul 2001 20:34:07 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c Message-ID: <200107250334.f6P3Y7852255@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107250334.f6P3Y7852255>