From owner-cvs-src@FreeBSD.ORG Fri Dec 19 08:03:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E54716A4CE; Fri, 19 Dec 2003 08:03:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA8F43D49; Fri, 19 Dec 2003 08:03:31 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJG3V0B038421; Fri, 19 Dec 2003 08:03:31 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJG3U3M038420; Fri, 19 Dec 2003 08:03:30 -0800 (PST) (envelope-from yar) Message-Id: <200312191603.hBJG3U3M038420@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 19 Dec 2003 08:03:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 16:03:32 -0000 yar 2003/12/19 08:03:28 PST FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: The default value of net.graph.nonstandard_pppoe is changed to -1, which means "always stay in the standard mode of PPPoE operation regardless of any junk floating around." As the referenced PR stated clearly, the old default setting of 0 was extremely dangerous because it opened a possibility for a spurious frame not only to put down a single PPPoE node running FreeBSD, but to plague *every* FreeBSD node in a PPPoE network in such a way that those nodes would keep poisoning each other until rebooted simultaneously. PR: kern/47920 Reviewed by: Gleb Smirnoff cell.sick.ru> MFC after: 1 week Revision Changes Path 1.61 +2 -2 src/sys/netgraph/ng_pppoe.c