commit | 01d580ae86c87cbb5d6db16efdfdc709de1b92b2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 26 11:11:34 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 26 16:23:45 2021 +0100 |
tree | 0e32c5ab3c6982dfae99d8b8cbefa3135ecadc8e | |
parent | f9a7a8fd8e9993523864837330d75ce24fc7b6a3 [diff] |
MINOR: action: add a new ACT_F_CFG_PARSER origin designation In order to process samples from the config file we'll need rules as well, and these rules will have to be marked as coming from the config parser. This new origin is used for this.