summaryrefslogtreecommitdiffstats
path: root/tests/py/any/dup.t.payload
Commit message (Collapse)AuthorAgeFilesLines
* src: add dup statement for netdevPablo Neira Ayuso2016-01-311-0/+14
This patch contains the missing chunk to add support for the netdev family. Part of the support slipped through in the original patch to add the dup statement for IPv4 and IPv6. # nft add table netdev filter # nft add chain netdev filter ingress { type filter hook ingress device eth0 priority 0\; } # nft add rule netdev filter ingress dup to dummy0 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>