child-sa: Configure interface ID on SAs and policies

This commit is contained in:
Tobias Brunner
2019-04-03 12:00:08 +02:00
parent 18ed5a07db
commit a6014d99b7
6 changed files with 98 additions and 35 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ METHOD(trap_manager_t, install, bool,
this->lock->unlock(this->lock);
/* create and route CHILD_SA */
child_sa = child_sa_create(me, other, child, 0, FALSE, 0, 0);
child_sa = child_sa_create(me, other, child, 0, FALSE, 0, 0, 0, 0);
list = linked_list_create_with_items(me, NULL);
my_ts = child->get_traffic_selectors(child, TRUE, NULL, list, FALSE);