summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_dup_netdev.c
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: remove two unused variables.Weongyo Jeong2018-10-191-2/+0
| | | | | | | | nft_dup_netdev_ingress_ops and nft_fwd_netdev_ingress_ops variables are no longer used at the code. Signed-off-by: Weongyo Jeong <weongyo.linux@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* 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>