From: Sven Koch Date: Fri, 2 Mar 2001 09:41:08 +0000 (+0000) Subject: fix the match-loading at protocol specification time (Sven Koch) X-Git-Tag: v1.2.1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe857ada96c52aec6dd3c909acdad68436042e0;p=thirdparty%2Fiptables.git fix the match-loading at protocol specification time (Sven Koch) --- diff --git a/iptables.c b/iptables.c index fe131cf4..f838356c 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; }