charon-cmd: add a connection object and its initiation to charon-cmd

This commit is contained in:
Martin Willi
2013-05-06 15:28:26 +02:00
parent be44723de0
commit 78d7a0f7e2
6 changed files with 313 additions and 10 deletions
+4
View File
@@ -25,4 +25,8 @@ cmd_option_t cmd_options[CMD_OPT_COUNT] = {
"print this usage information and exit" },
{ CMD_OPT_VERSION, "version", no_argument, "",
"show version information and exit" },
{ CMD_OPT_HOST, "host", required_argument, "hostname",
"DNS name or address to connect to" },
{ CMD_OPT_IDENTITY, "identity", required_argument, "identity",
"identity the client uses for the IKE exchange" },
};