commit | 24ce7465056ae1a8e29405e58849c15860999f39 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Apr 10 11:15:26 2018 +0200 |
committer | Florian Westphal <fw@strlen.de> | Mon May 21 00:01:59 2018 +0200 |
tree | 2ffee1ec62d0f8c4322fd1ced3923ebd4d3ff78e | |
parent | 84c04e36eab024efa7c396ee370bf053c89af895 [diff] |
ebtables-compat: add redirect match extension No translation. The kernel match will alter packet type (meta set pkttype), but also replace dst mac with the bridges' mac address, however nft currently doesn't allow to retrieve this at runtime. So just add this without the xlate part for now. Signed-off-by: Florian Westphal <fw@strlen.de>