ng_split (4)
Leading comments
Copyright (c) 2001 FreeBSD inc. All rights reserved. Subject to the following obligations and disclaimer of warranty, use and redistribution of this software, in source or object code forms, with or without modifications are expressly permitted by FreeBSD Inc.; provided, however, that: 1. Any and all reproductions of the source or object code must include the copyright notice above and the following disclaimer of warranties; and 2. No rights are granted, in any manner or form, to use Free...
NAME
ng_split - netgraph node to separate incoming and outgoing flowsSYNOPSIS
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