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
Parameter for this target :
Name of the interface to create.
Default : pom0
Make the created interface persistent. The interface will still exists when the target is stopped. Useful if monitoring with SNMP.
Default : no