Date: Fri, 23 Feb 2001 08:34:22 -0800 (PST) From: Julian Elischer <julian@FreeBSD.org> 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 Message-ID: <200102231634.f1NGYMV02734@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102231634.f1NGYMV02734>
