added possibility to route CHILD_SAs, without to set them up

support for auto=route parameter
	support for ipsec route and ipsec unroute
	initiating of CHILD and/or IKE_SAs based on kernel acquires
This commit is contained in:
Martin Willi
2006-07-21 13:31:53 +00:00
parent c0593835f4
commit 45f76a7ddd
26 changed files with 1011 additions and 142 deletions
+5
View File
@@ -48,6 +48,11 @@ enum child_sa_state_t {
*/
CHILD_CREATED,
/**
* Installed SPD, but no SAD entries
*/
CHILD_ROUTED,
/**
* Installed an in-use CHILD_SA
*/