configuration query for manager (WIP)

This commit is contained in:
Martin Willi
2007-11-12 18:34:50 +00:00
parent 55b02db74e
commit e36f5f3fd3
9 changed files with 375 additions and 3 deletions
+7
View File
@@ -48,6 +48,13 @@ struct gateway_t {
*/
enumerator_t* (*query_ikesalist)(gateway_t *this);
/**
* @brief Query the list of peer configs and its subconfigs.
*
* @return enumerator over peerconfig XML elements
*/
enumerator_t* (*query_configlist)(gateway_t *this);
/**
* @brief Terminate an IKE or a CHILD SA.
*