haproxy/include
Christopher Faulet 79bdef3cad MINOR: cfgparse: Parse scope lines and save the last one parsed
A scope is a section name between square bracket, alone on its line, ie:

  [scope-name]
  ...

The spaces at the beginning and at the end of the line are skipped. Comments at
the end of the line are also skipped.

When a scope is parsed, its name is saved in the global variable
cfg_scope. Initially, cfg_scope is NULL and it remains NULL until a valid scope
line is parsed.

This feature remains unused in the HAProxy configuration file and
undocumented. However, it will be used during SPOE configuration parsing.
2016-11-09 22:56:59 +01:00
..
common MINOR: cfgparse: Parse scope lines and save the last one parsed 2016-11-09 22:56:59 +01:00
import CLEANUP: wurfl: reduce exposure in the rest of the code 2016-11-08 18:47:25 +01:00
proto MEDIUM: server: make use of init-addr 2016-11-09 15:30:47 +01:00
types MEDIUM: filters: Add attch/detach and stream_set_backend callbacks 2016-11-09 22:50:54 +01:00