commit | ca56d3d28bbd69b1201eda51fcf724fd3a44f62a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 16 13:56:54 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 16 19:18:41 2021 +0200 |
tree | 9da3ef8797e74d20225794816057fa3009ec4bfd | |
parent | c8194c30dff48a4f3bf3d0fc496dd9a219f77fee [diff] |
MINOR: cfgcond: support negating conditional expressions Now preceeding a config condition term with "!" will simply negate it. Example: .if !feature(OPENSSL) .alert "SSL support is mandatory" .endif