summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bart.de.schuymer@pandora.be>2002-06-15 12:29:42 +0000
committerHarald Welte <laforge@gnumonks.org>2002-06-15 12:29:42 +0000
commitbe8ee53c26f9b876ca2b5f51604b25447626b16f (patch)
tree9e153df92a4eb5469e916974ce94be64dd1d8f59
parentb0d84603819104a741113055fd550e483334421c (diff)
make -M (aka --modprobe) work [Bart De Schuymer]
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
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) {
/*