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/ip6tables-save.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iptables/ip6tables-save.c') diff --git a/iptables/ip6tables-save.c b/iptables/ip6tables-save.c index a86a64a3..16821da8 100644 --- a/iptables/ip6tables-save.c +++ b/iptables/ip6tables-save.c @@ -139,6 +139,9 @@ int ip6tables_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