aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-04-28 18:33:31 +0200
committerTobias Brunner <tobias@strongswan.org>2016-03-04 16:02:59 +0100
commitbef4518de7a5aed45bbb182abb169c16c63274dc (patch)
tree846bd5a1fb7bfc2b06ea4cb6ce6477775b3c6bbf /src/swanctl
parente92364db66bb8f09888252fb609b35fd8bf94fc8 (diff)
downloadstrongswan-bef4518de7a5aed45bbb182abb169c16c63274dc.tar.bz2
strongswan-bef4518de7a5aed45bbb182abb169c16c63274dc.tar.xz
vici: Match identity with wildcards against remote ID in redirect command
Diffstat (limited to 'src/swanctl')
-rw-r--r--src/swanctl/commands/redirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swanctl/commands/redirect.c b/src/swanctl/commands/redirect.c
index 0afe96a1b..295689bd3 100644
--- a/src/swanctl/commands/redirect.c
+++ b/src/swanctl/commands/redirect.c
@@ -117,7 +117,7 @@ static void __attribute__ ((constructor))reg()
command_register((command_t) {
redirect, 'd', "redirect", "redirect an IKE_SA",
{"--ike <name> | --ike-id <id> | --peer-ip <ip>",
- "--peer-id <id> | --gateway <ip|fqdn> [--raw|--pretty]"},
+ "--peer-id <id|wildcards> | --gateway <ip|fqdn> [--raw|--pretty]"},
{
{"help", 'h', 0, "show usage information"},
{"ike", 'i', 1, "redirect by IKE_SA name"},