charon-cmd: add --local/remote-ts options to set traffic selectors

This commit is contained in:
Martin Willi
2013-05-06 15:54:27 +02:00
parent 7a86bccd50
commit 8e53682cd9
3 changed files with 64 additions and 4 deletions
+4
View File
@@ -33,4 +33,8 @@ cmd_option_t cmd_options[CMD_OPT_COUNT] = {
"trusted certificate, for authentication or trust chain validation" },
{ CMD_OPT_RSA, "rsa", required_argument, "path",
"RSA private key to use for authentication" },
{ CMD_OPT_LOCAL_TS, "local-ts", required_argument, "subnet",
"additional traffic selector to propose for our side" },
{ CMD_OPT_REMOTE_TS, "remote-ts", required_argument, "subnet",
"remote traffic selector to propose for remote side" },
};