From d25f308e54730677698d93f29ca4630e25237935 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Fri, 14 Mar 2014 12:52:48 +0100 Subject: iptables-save: actually parse -M/--modprobe option Signed-off-by: Pablo Neira Ayuso --- iptables/xtables-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/xtables-save.c') diff --git a/iptables/xtables-save.c b/iptables/xtables-save.c index fe77283e..d51cdcf7 100644 --- a/iptables/xtables-save.c +++ b/iptables/xtables-save.c @@ -104,7 +104,7 @@ xtables_save_main(int family, const char *progname, int argc, char *argv[]) exit(EXIT_FAILURE); } - while ((c = getopt_long(argc, argv, "bcdt:46", options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "bcdt:M:46", options, NULL)) != -1) { switch (c) { case 'b': fprintf(stderr, "-b/--binary option is not implemented\n"); -- cgit v1.2.3