As responder, enforce the same configuration while rekeying CHILD_SAs

This commit is contained in:
Martin Willi
2012-06-06 16:06:49 +02:00
parent b200fa573b
commit ab24a32edf
3 changed files with 19 additions and 1 deletions
@@ -64,6 +64,13 @@ struct child_create_t {
* @return child_sa
*/
child_sa_t* (*get_child) (child_create_t *this);
/**
* Enforce a specific CHILD_SA config as responder.
*
* @param cfg configuration to enforce, reference gets owned
*/
void (*set_config)(child_create_t *this, child_cfg_t *cfg);
};
/**