kernel-pfkey: remove obsolete pluto specific behavior
This commit is contained in:
@@ -2618,11 +2618,7 @@ kernel_pfkey_ipsec_t *kernel_pfkey_ipsec_create()
|
|||||||
hydra->daemon),
|
hydra->daemon),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (streq(hydra->daemon, "pluto"))
|
if (streq(hydra->daemon, "starter"))
|
||||||
{ /* no routes for pluto, they are installed via updown script */
|
|
||||||
this->install_routes = FALSE;
|
|
||||||
}
|
|
||||||
else if (streq(hydra->daemon, "starter"))
|
|
||||||
{ /* starter has no threads, so we do not register for kernel events */
|
{ /* starter has no threads, so we do not register for kernel events */
|
||||||
register_for_events = FALSE;
|
register_for_events = FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user