Dataplane api & manual config edition

Hello,

Is it possible to manually edit the haproxy config & reload haproxy when using the dataplane api?

I tried to add a stick table in the config.cfg file and then reload it. It worked for a moment but then my changes where gone. The stick table wasnt here anymore and the config.cfg rewritten by the dataplane api.

Should I make the changes to the config.cfg.lkg before? I dont know the usage of this file.

Thanks!

Federico

Well, we just have to edit manually the config file, then send a kill -s SIGUSR2 <PidDataplaneProcess> to make it re-read the config file.