summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_dup_netdev.c
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso2016-01-031-0/+97
You can use this to duplicate packets and inject them at the egress path of the specified interface. This duplication allows you to inspect traffic from the dummy or any other interface dedicated to this purpose. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>