Xavier Beaudouin wrote: > > Description: > > using relayctl reload, fails miserably with command failed. > > kill relayd parent and starting it again work correctly.
Code in usr.sbin/relayd/control.c says:
case IMSG_CTL_RELOAD:
if (env->sc_prefork_relay > 0) {
imsg_compose_event(&c->iev, IMSG_CTL_FAIL,
0, 0, -1, NULL, 0);
break;
}
Is it correct that with L7 relays "sc_prefork_relay" is always > 0 and reload
is only supported for !L7 configurations?
Alexey
