traffic-selector: Add TS_SECLABEL type

This commit is contained in:
Tobias Brunner
2022-04-14 18:42:01 +02:00
parent ebb99484e3
commit d71d181d28
4 changed files with 15 additions and 4 deletions
+2
View File
@@ -388,6 +388,8 @@ static child_cfg_t* create_child_cfg(private_cmd_connection_t *this,
case TS_IPV6_ADDR_RANGE:
has_v6 = TRUE;
break;
default:
continue;
}
child_cfg->add_traffic_selector(child_cfg, FALSE, ts);
}