ikev2: install/remove ipsec tunnels from main thread

Type: fix

Change-Id: I5ad27b05c34494c5a2ea28706130612b547aaf67
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:
Filip Tehlar
2019-10-20 19:04:37 +00:00
committed by Damjan Marion
parent f4ce6ba225
commit 595d6f8b7c
2 changed files with 157 additions and 68 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -147,9 +147,8 @@ typedef struct
u32 salt_er;
/* installed data */
u32 sw_if_index;
u32 local_sa;
u32 remote_sa;
u32 local_sa_id;
u32 remote_sa_id;
/* lifetime data */
f64 time_to_expiration;