summaryrefslogtreecommitdiffstats
path: root/iptables/nft-ruleparse-bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/nft-ruleparse-bridge.c')
-rw-r--r--iptables/nft-ruleparse-bridge.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/iptables/nft-ruleparse-bridge.c b/iptables/nft-ruleparse-bridge.c
index 50fb9283..c6cc9af5 100644
--- a/iptables/nft-ruleparse-bridge.c
+++ b/iptables/nft-ruleparse-bridge.c
@@ -406,11 +406,10 @@ static void nft_bridge_parse_target(struct xtables_target *t,
if (strcmp(t->name, "log") == 0 ||
strcmp(t->name, "nflog") == 0) {
parse_watcher(t, &cs->match_list, false);
+ cs->jumpto = NULL;
+ cs->target = NULL;
return;
}
-
- cs->target = t;
- cs->jumpto = t->name;
}
struct nft_ruleparse_ops nft_ruleparse_ops_bridge = {