aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/NOTES
Commit message (Collapse)AuthorAgeFilesLines
* Spell DIAGNOSTIC correctly.Ruslan Ermilov2009-10-241-2/+2
| | | | Notes: svn path=/head/; revision=198448
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-2/+24
| | | | | | | | | | | This version is functional and is aproaching solid.. notice I said APROACHING. There are many node types I cannot test I have tested: echo hole ppp socket vjc iface tee bpf async tty The rest compile and "Look" right. More changes to follow. DEBUGGING is enabled in this code to help if people have problems. Notes: svn path=/head/; revision=70700
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+81
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419