summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TEE.h
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy2010-04-201-0/+3
| | | | | | | | | Replace the runtime oif name resolving by netdevice notifier based resolving. When an oif is given, a netdevice notifier is registered to resolve the name on NETDEV_REGISTER or NETDEV_CHANGE and unresolve it again on NETDEV_UNREGISTER or NETDEV_CHANGE to a different name. Signed-off-by: Patrick McHardy <kaber@trash.net>
* netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-191-0/+9
xt_TEE can be used to clone and reroute a packet. This can for example be used to copy traffic at a router for logging purposes to another dedicated machine. References: http://www.gossamer-threads.com/lists/iptables/devel/68781 Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
OpenPOWER on IntegriCloud