SYNOPSIS
In netgraph/ng_split.hDESCRIPTION
The split node type is used to split a bidirectional stream of packets into two separate unidirectional streams of packets.HOOKS
This node type supports the following three hooks:- in
- Packets received on in are forwarded to mixed
- out
- Packets received on out will be discarded as illegal.
- mixed
- Packets received on mixed are forwarded to out