This target will create a new interface and send all the matched packets to it. You need to have “Universal TUN/TAP device driver support” aka CONFIG_TUN in your kernel. If compiled as a module, run the following command to load it :
modprobe tun
Parameters :
Name | Default value | Description |
---|---|---|
ifname | pom0 | Name of the interface to create. |
persistent | no | Make the created interface persistent. The interface will still exists when the target is stopped. Useful if monitoring with SNMP. |