From owner-cvs-all Fri Feb 23 8:34:30 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 D596D37B491; Fri, 23 Feb 2001 08:34:22 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1NGYMV02734; Fri, 23 Feb 2001 08:34:22 -0800 (PST) (envelope-from julian) Message-Id: <200102231634.f1NGYMV02734@freefall.freebsd.org> From: Julian Elischer Date: Fri, 23 Feb 2001 08:34:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_pppoe.4 src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/02/23 08:34:22 PST Modified files: share/man/man4 ng_pppoe.4 sys/netgraph netgraph.h ng_base.c ng_pppoe.c ng_pppoe.h ng_socket.c Log: Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) and add a sysctl to pppoe to activate non standard ethertypes so that idiot ISPs (apparently in France) who use equipment from idiot suppliers (rumour says 3com) who use nonstandard ethertypes can still connect. "yep, sure we do pppoe, we use a different identifier to that dictated in the standard, but sure it's pppoe!" sysctl -w net.graph.stupid_isp=1 enables the changeover. Revision Changes Path 1.13 +16 -1 src/share/man/man4/ng_pppoe.4 1.27 +6 -2 src/sys/netgraph/netgraph.h 1.49 +5 -1 src/sys/netgraph/ng_base.c 1.44 +47 -6 src/sys/netgraph/ng_pppoe.c 1.12 +5 -1 src/sys/netgraph/ng_pppoe.h 1.26 +1 -2 src/sys/netgraph/ng_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message