commit | d32de98ea70fe7cf606f3809f0970b31c115764b | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 31 01:58:00 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jun 01 10:35:47 2018 +0200 |
tree | 198a323a34a3f12e43042c0a6fbd1aecc6280943 | |
parent | 7b7744e2aa93864b2a490fb3533e9417d21cadc0 [diff] |
netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer This allows us to forward packets from the netdev family via neighbour layer, so you don't need an explicit link-layer destination when using this expression from rules. The ttl/hop_limit field is decremented. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>