commit | 7110b40d0686441f6212af65b3a046623eb6fb49 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 26 11:09:44 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 09 22:56:59 2016 +0100 |
tree | ea4ab9bce77e8c40bfff1cf4d72768e29109feea | |
parent | fcd99f8eecc28af8aa451ea879627264166f8d23 [diff] |
MINOR: cfgparse: Add functions to backup and restore registered sections This feature will be used by the stream processing offload engine (SPOE) to parse dedicated configuration files without mixing HAProxy sections with SPOE sections. So, here we can back up all sections known by HAProxy, unregister all of them and add new ones, dedicted to the SPOE. Once the SPOE configuration file parsed, we can roll back all changes by restoring HAProxy sections.