cvs commit: src/sys/netgraph ng_fec.c
Bill Paul
wpaul at FreeBSD.org
Sun Jun 20 12:22:23 PDT 2004
wpaul 2004-06-20 19:22:23 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_fec.c
Log:
Stash our node context pointer somewhere else within struct ifnet of
underlying interfaces rather than using ac_netgraph in struct arpcom.
The latter is meant only for use by ng_ether, and using it breaks
interoperability with the rest of netgraph.
Revision Changes Path
1.10 +18 -2 src/sys/netgraph/ng_fec.c
More information about the cvs-src
mailing list