The Null convergence layer consumes all bundles immediately and does no actual transmission, roughly similar to /dev/null. To add a null interface in your config file, use:
Syntax: interface add name CL [arg=val arg=val2 argN=valN...]
Example: interface add null0 null
Valid arguments for arg are:
arg | Possible settings | Default | Comments |
---|---|---|---|
can_transmit | true or false | true | Whether null CL can transmit |
Note