nft add rule inet filter input vlan id 2 Error: conflicting protocols specified: ether vs. vlan Refresh the current dependency after superseding the dummy dependency to make this work. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- src/evaluate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/evaluate.c b/src/evaluate.c index 919c38c5604e..da06ad7e9c7d 100644 --- a/src/evaluate.c +++ b/src/evaluate.c @@ -665,6 +665,7 @@ static int resolve_protocol_conflict(struct eval_ctx *ctx, if (err < 0) return err; + desc = payload->payload.desc; rule_stmt_insert_at(ctx->rule, nstmt, ctx->stmt); } else { unsigned int i; -- 2.37.1