aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke_msg.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-10-08 12:36:08 +0200
committerMartin Willi <martin@revosec.ch>2012-10-24 11:34:31 +0200
commit0c4b9f7cda0382eccec2ff887a757e4e8686501d (patch)
tree729fabeff5c9c7d2aeff8ef978cf84a7340f3e08 /src/stroke/stroke_msg.h
parentf9332e0a8b4541d294974dd69f7982c45a29adfe (diff)
downloadstrongswan-0c4b9f7cda0382eccec2ff887a757e4e8686501d.tar.bz2
strongswan-0c4b9f7cda0382eccec2ff887a757e4e8686501d.tar.xz
Add a "ipsec listcounters" command to stroke
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r--src/stroke/stroke_msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h
index 662feed69..1ce44f9eb 100644
--- a/src/stroke/stroke_msg.h
+++ b/src/stroke/stroke_msg.h
@@ -67,8 +67,10 @@ enum list_flag_t {
LIST_ALGS = 0x0400,
/** list plugin information */
LIST_PLUGINS = 0x0800,
+ /** list IKE counters */
+ LIST_COUNTERS = 0x1000,
/** all list options */
- LIST_ALL = 0x0FFF,
+ LIST_ALL = 0x1FFF,
};
typedef enum reread_flag_t reread_flag_t;