BUG/MINOR: tcp_act: fix attach-srv rule ACL parsing
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Sep 2023 14:05:14 +0000 (16:05 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Sep 2023 16:07:52 +0000 (18:07 +0200)
commit753fe2b9acd3cee5ffd6d9ee8815d6c4face9867
tree1d139e1947e524d9b6c8d75bab6524749e48e1a1
parent6118590e9526c826b5087d9a6f6788e98574210a
BUG/MINOR: tcp_act: fix attach-srv rule ACL parsing

Fix parser for tcp-request session attach-srv rule. Before this commit,
it was impossible to use an anonymous ACL with it. This was caused
because support for optional name argument was badly implemented.

No need to backport this.
src/tcp_act.c