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/iptables-save.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iptables/iptables-save.c') diff --git a/iptables/iptables-save.c b/iptables/iptables-save.c index 2999c7f4..2c25b71f 100644 --- a/iptables/iptables-save.c +++ b/iptables/iptables-save.c @@ -138,6 +138,9 @@ iptables_save_main(int argc, char *argv[]) while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) { switch (c) { + case 'b': + fprintf(stderr, "-b/--binary option is not implemented\n"); + break; case 'c': show_counters = 1; break; -- cgit v1.2.3