]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: filter show quic by address
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 26 Feb 2024 09:56:30 +0000 (10:56 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 29 Feb 2024 09:03:33 +0000 (10:03 +0100)
commitc4f5ff836980c3558ad2f2679d345ce763efdc11
tree0abf86a6f53b8014e885624f6cf824d8f23bf955
parent60fcc275779fb2ac76f93a14be1c69e60cd17a98
MINOR: quic: filter show quic by address

Add the possibilty to restrict show quic output to only a single
connection. This is done by specifying a quic_conn address pointer.

Default format selection has evolved with it. Indeed, it seems more
fitting to use full format by default when filtering on a connection.
However, it's still possible to revert to the original oneline format
with it by specifying it explicitely.
doc/management.txt
src/quic_cli.c