Date: Wed, 9 Aug 2006 09:56:58 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_pppoe.4 src/sys/netgraph ng_pppoe.c ng_pppoe.h Message-ID: <200608090956.k799uw9F031971@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-08-09 09:56:58 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 sys/netgraph ng_pppoe.c ng_pppoe.h Log: Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4). - Store the Ethernet header in node softc. - Initialize header with dst addr and ethertype in node constructor method. - In node connect method send NGM_ETHER_GET_ENADDR message downwards. - If received reply from ng_ether(4) store the src addr in softc. - Add NGM_PPPOE_SETENDADDR message that allows user to override the address with whatever he/she wants. Revision Changes Path 1.35 +19 -2 src/share/man/man4/ng_pppoe.4 1.80 +72 -20 src/sys/netgraph/ng_pppoe.c 1.24 +2 -1 src/sys/netgraph/ng_pppoe.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608090956.k799uw9F031971>