add priority management for kernel policy

let ROUTED policies installed, until manuall removed
introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs
ike_sa_manager cleanups
This commit is contained in:
Martin Willi
2006-09-08 13:10:52 +00:00
parent 1239c6f40b
commit a095243f60
12 changed files with 256 additions and 221 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ enum dpd_action_t {
/**
* String mappings for dpd_action_t
*/
mapping_t dpd_action_m[];
extern mapping_t dpd_action_m[];
typedef struct policy_t policy_t;
+1
View File
@@ -24,6 +24,7 @@
#include <arpa/inet.h>
#include <string.h>
#include <netdb.h>
#include <stdio.h>
#include "traffic_selector.h"