ng_hub (4)
Leading comments
Copyright (c) 2004 Ruslan Ermilov All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or oth...
NAME
ng_hub - packet distribution netgraph node typeSYNOPSIS
In netgraph/ng_hub.hDESCRIPTION
The hub node type provides a simple mechanism for distributing packets over several links. Packets received on any of the hooks are forwarded out the other hooks. Packets are not altered in any way.HOOKS
A hub node accepts any request to connect, regardless of the hook name, as long as the name is unique.CONTROL MESSAGES
This node type supports the generic control messages, plus the following:- NGM_HUB_SET_PERSISTENT (setpersistent )
- This command sets the persistent flag on the node, and takes no arguments.