From be8ee53c26f9b876ca2b5f51604b25447626b16f Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 15 Jun 2002 12:29:42 +0000 Subject: make -M (aka --modprobe) work [Bart De Schuymer] --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables.c b/iptables.c index f3dae231..8792141c 100644 --- a/iptables.c +++ b/iptables.c @@ -1682,7 +1682,7 @@ int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle) opterr = 0; while ((c = getopt_long(argc, argv, - "-A:C:D:R:I:L::F::Z::N:X::E:P:Vh::o:p:s:d:j:i:fbvnt:m:xc:", + "-A:C:D:R:I:L::M:F::Z::N:X::E:P:Vh::o:p:s:d:j:i:fbvnt:m:xc:", opts, NULL)) != -1) { switch (c) { /* -- cgit v1.2.3