]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proxy: fix "show backend"
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 4 Aug 2026 14:17:39 +0000 (16:17 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 5 Aug 2026 09:36:20 +0000 (11:36 +0200)
commitbfd32f6c7e626d3a04874bc4b433d97296a1b62f
treeed0358d35d1e04dffb21c183a76651521880499f
parentac8b99ca460b6f491da0c57e3ac127f097341037
BUG/MINOR: proxy: fix "show backend"

During the conversion for the main proxies list, "show backend" was
broken as no entry would be displayed. This patch restores the iteration
over the backends list.

The exact patch which introduces the regression is the following one.

  164d05706132107a405d23663dbca29916910f55
  MINOR: proxy: define proxies_list iteration functions

No need to backport unless the above patch is.
src/proxy.c