We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2a55c commit dd52a04Copy full SHA for dd52a04
1 file changed
ipthelper/xshared.c
@@ -567,6 +567,7 @@ void command_match(struct iptables_command_state *cs)
567
if (m->x6_options != NULL){
568
opts = xtables_options_xfrm(xt_params->orig_opts, opts,
569
m->x6_options, &m->option_offset);
570
+ }
571
else if (m->extra_opts != NULL)
572
opts = xtables_merge_options(xt_params->orig_opts, opts,
573
m->extra_opts, &m->option_offset);
0 commit comments