commit | 6ff7d1b9a50ceb2032068d102abd390b33cc3885 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 29 15:36:56 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 29 18:01:37 2022 +0200 |
tree | 43ebf07bdf743b824562f0b086c3759fe4bf076b | |
parent | 06d0e2e034632df92a3a67318185a96fdb381f1c [diff] |
MINOR: acl: add a function to dump the list of known ACL keywords New function acl_dump_kwd() dumps the registered ACL keywords and their sample-fetch equivalent to stdout. It's called by dump_registered_keywords() for keyword class "acl".