From 991ad3874826d560efcf81c8422b1e9b5b935bbc Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Fri, 14 Mar 2014 12:52:47 +0100 Subject: iptables-{save,restore}: warn that -b/--binary isn't implemented see also 296dca39be Signed-off-by: Pablo Neira Ayuso --- iptables/xtables-save.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iptables/xtables-save.c') diff --git a/iptables/xtables-save.c b/iptables/xtables-save.c index 42d29071..fe77283e 100644 --- a/iptables/xtables-save.c +++ b/iptables/xtables-save.c @@ -106,6 +106,9 @@ xtables_save_main(int family, const char *progname, int argc, char *argv[]) while ((c = getopt_long(argc, argv, "bcdt:46", options, NULL)) != -1) { switch (c) { + case 'b': + fprintf(stderr, "-b/--binary option is not implemented\n"); + break; case 'c': show_counters = true; break; -- cgit v1.2.3