From 4ab677cfe0ac2bd99f2b7c84b1f17a6e84f2b440 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 9 Jun 2014 20:40:44 -0400 Subject: [PATCH] [server] minor fwknopd --help output update --- server/config_init.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/server/config_init.c b/server/config_init.c index 199d3d71..f5363b18 100644 --- a/server/config_init.c +++ b/server/config_init.c @@ -1030,7 +1030,6 @@ usage(void) " -i, --interface - Specify interface to listen for incoming SPA\n" " packets.\n" " -K, --kill - Kill the currently running fwknopd.\n" - " --gpg-home-dir - Specify the GPG home directory.\n" " -l, --locale - Provide a locale setting other than the system\n" " default.\n" " -O, --override-config - Specify a file with configuration entries that will\n" @@ -1043,16 +1042,34 @@ usage(void) " - Rotate the digest cache file by renaming it to\n" " '-old', and starting a new one.\n" " -S, --status - Display the status of any running fwknopd process.\n" + " -t, --test - Test mode, process SPA packets but do not make any\n" + " firewall modifications.\n" " -v, --verbose - Set verbose mode.\n" " --syslog-enable - Allow messages to be sent to syslog even if the\n" " foreground mode is set.\n" " -V, --version - Print version number.\n" + " --dump-serv-err-codes - List all server error codes (only needed by the\n" + " test suite).\n" + " --exit-parse-config - Parse config files and exit.\n" + " --fault-injection-tag - Enable a fault injection tag (only needed by the\n" + " test suite).\n" + " --pcap-file - Read potential SPA packets from an existing pcap\n" + " file.\n" + " --pcap-any-direction - By default fwknopd processes packets that are\n" + " sent to the sniffing interface, but this option\n" + " enables processing of packets that originate from\n" + " an interface (such as in a forwarding situation).\n" " --fw-list - List all firewall rules that fwknop has created\n" " and then exit.\n" " --fw-list-all - List all firewall rules in the complete policy,\n" " including those that have nothing to do with\n" " fwknop.\n" " --fw-flush - Flush all firewall rules created by fwknop.\n" + " --gpg-home-dir - Specify the GPG home directory (this is normally\n" + " done in the access.conf file).\n" + " --gpg-exe - Specify the path to GPG (this is normally done in\n" + " the access.conf file).\n" + " --no-ipt-check-support - Disable test for 'iptables -C' support.\n" "\n" );