IPsec policy manager added
This version only provides the very simplest management functions.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#define IPSEC_H_
|
||||
|
||||
#include "ipsec_sa_mgr.h"
|
||||
#include "ipsec_policy_mgr.h"
|
||||
#include "ipsec_event_relay.h"
|
||||
|
||||
#include <library.h>
|
||||
@@ -42,6 +43,11 @@ struct ipsec_t {
|
||||
*/
|
||||
ipsec_sa_mgr_t *sas;
|
||||
|
||||
/**
|
||||
* IPsec policy manager instance
|
||||
*/
|
||||
ipsec_policy_mgr_t *policies;
|
||||
|
||||
/**
|
||||
* Event relay instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user