summaryrefslogtreecommitdiffstats
path: root/tests/py/any/fwd.t.payload
Commit message (Collapse)AuthorAgeFilesLines
* src: add fwd statement for netdevPablo Neira Ayuso2016-01-311-0/+14
This patch add support for the forward statement, only available at the netdev family. # 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 fwd to dummy0 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>