Do not ignore configs for IKEv1 in charon anymore
This commit is contained in:
@@ -49,11 +49,6 @@ METHOD(job_t, execute, void,
|
||||
NULL, NULL, NULL, NULL);
|
||||
while (enumerator->enumerate(enumerator, &peer_cfg))
|
||||
{
|
||||
if (peer_cfg->get_ike_version(peer_cfg) != IKEV2)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
children = peer_cfg->create_child_cfg_enumerator(peer_cfg);
|
||||
while (children->enumerate(children, &child_cfg))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user