Add a "ipsec listcounters" command to stroke

This commit is contained in:
Martin Willi
2012-10-24 11:34:31 +02:00
parent f9332e0a8b
commit 0c4b9f7cda
7 changed files with 16 additions and 5 deletions
+3 -1
View File
@@ -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;