aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_one2many.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areAndrey V. Elsukov2011-03-011-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.Gleb Smirnoff2004-11-231-1/+2
* Backout previous change, it breaks build and it is not neededPawel Jakub Dawidek2004-02-201-5/+1
* Add new failure detection algorithm.Pawel Jakub Dawidek2004-02-191-1/+5
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-4/+0
* Add a new distribution algorythm to the 'one2many' node type.Julian Elischer2001-01-281-0/+3
* Fix bug in parse type for struct ng_one2many_config.Archie Cobbs2000-12-121-2/+2
* New netgraph node type ng_one2many(4).Archie Cobbs2000-11-161-0/+112