commit | e4a617c931f217b0642cff0c3d34cf4ceaf48706 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu May 06 15:33:09 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 07 14:35:01 2021 +0200 |
tree | 35e291def37214bc7fbde0b7c9744c68937ae31d | |
parent | d2e53cd47e845d3d16f964d533cd11ccca8bece6 [diff] |
MINOR: action: replace match_pfx by a keyword flags field Define a new keyword flag KWF_MATCH_PREFIX. This is used to replace the match_pfx field of action struct. This has the benefit to have more explicit action declaration, and now it is possible to quickly implement experimental actions.