cvs commit: src/share/man/man4 ng_pppoe.4 src/sys/netgraph
ng_pppoe.c ng_pppoe.h
Gleb Smirnoff
glebius at FreeBSD.org
Wed Aug 9 09:56:58 UTC 2006
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
More information about the cvs-src
mailing list