commit | bb6b243c481f90f7dc4a0bd89187ee2bb823f1f6 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Tue Jan 31 22:28:24 2023 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Fri Feb 17 18:18:48 2023 +0100 |
tree | 7b175dc2537fcbab332a3852e2d9cd11614e2a56 | |
parent | 7e63a66e3f02e127895cfc82415219241e3ff6b3 [diff] |
extensions: libebt_redirect: Fix target translation While EBT_ACCEPT is the default verdict for ebtables targets, omitting it from translation implicitly converts it into 'continue'. Omit the non-default EBT_CONTINUE instead. Fixes: 24ce7465056ae ("ebtables-compat: add redirect match extension") Signed-off-by: Phil Sutter <phil@nwl.cc>