summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_split.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
| | | | | | | also don't use ANSI string concatenation. Notes: svn path=/head/; revision=87599
* General cleanup providing better style(9) conformance and generallyBrooks Davis2001-07-241-85/+41
| | | | | | | | | | | | | improved readability. The two real functional changes are that netgraph now sees this as the "split" node type rather then the "ng_split" node type and that meta data is passed through without processing rather then being dropped. Reviewed by: jhb, julian MFC after: 7 weeks Notes: svn path=/head/; revision=80304
* Add a 'splitter' node to separate a bidirectionalJulian Elischer2001-02-221-0/+227
packet flow into two unidirectional flows. Part of a suite of nodes developed for packet flow control. More to follow as I have time to port them to 5.x or as others do so. The ipfw node will be the hardest.. Submitted by: "Vitaly V. Belekhov" <vitaly@riss-telecom.ru> Notes: svn path=/head/; revision=72909