From 56b07b352e2dd6244d7fb1a206e1936d669ec9de Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 2 Mar 2001 09:41:08 +0000 Subject: fix the match-loading at protocol specification time (Sven Koch) --- iptables.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3