diff options
author | Martin Willi <martin@revosec.ch> | 2010-11-03 15:12:05 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-11-03 15:12:05 +0100 |
commit | 851d60484ea9f3d61d133fbd0eecea7eff015b3c (patch) | |
tree | a7e50781153f2dcdba9da42dcbf816c9d247153f /src/stroke/stroke_msg.h | |
parent | 49a9028201f3d2be9b3b7e640eae5de65ce9b5cd (diff) | |
download | strongswan-851d60484ea9f3d61d133fbd0eecea7eff015b3c.tar.bz2 strongswan-851d60484ea9f3d61d133fbd0eecea7eff015b3c.tar.xz |
Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manually
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index 9466cf0b0..1abaf6c61 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -183,6 +183,8 @@ struct stroke_msg_t { STR_TERMINATE, /* terminate connection by peers srcip/virtual ip */ STR_TERMINATE_SRCIP, + /* rekey a connection */ + STR_REKEY, /* show connection status */ STR_STATUS, /* show verbose connection status */ @@ -215,7 +217,7 @@ struct stroke_msg_t { /* data for STR_INITIATE, STR_ROUTE, STR_UP, STR_DOWN, ... */ struct { char *name; - } initiate, route, unroute, terminate, status, del_conn, del_ca; + } initiate, route, unroute, terminate, rekey, status, del_conn, del_ca; /* data for STR_TERMINATE_SRCIP */ struct { |