summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/iptables.c b/iptables.c
index fe131cf..f838356 100644
--- a/iptables.c
+++ b/iptables.c
@@ -2030,6 +2030,9 @@ int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle)
strcpy(m->m->u.user.name, m->name);
m->init(m->m, &fw.nfcache);
+ opts = merge_options(opts,
+ m->extra_opts, &m->option_offset);
+
optind--;
continue;
}