commit | 502061f81d3eb4518d2e72178e494a8547788ad0 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 03 21:02:18 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 03 21:04:23 2016 +0100 |
tree | ed6697361ecf824620c428b0ad5cc221bd67351b | |
parent | c7862a5f0de5f521c545f3436f0aa190964342dd [diff] |
netfilter: nf_tables: add packet duplication to the netdev family 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>