commit | 81ec61074bcf68acfcb2820cda3ff9d9984419c7 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Dec 06 22:49:58 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Dec 09 13:14:05 2019 +0100 |
tree | e60fc2f886d1f4944449f2c1f8dff19e1f0c985f | |
parent | fd57d0cbe187e93f63777d36e9f49293311d417f [diff] |
netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions If the rule only specifies the matching side, return EOPNOTSUPP. Otherwise, the front-end relies on the drivers to reject this rule. Fixes: c9626a2cbdb2 ("netfilter: nf_tables: add hardware offload support") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>