From: Amaury Denoyelle Date: Tue, 2 Sep 2025 07:21:42 +0000 (+0200) Subject: MINOR: quic/flags: complete missing flags X-Git-Tag: v3.3-dev8~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a84b404b34131059dab88d5775c321cd8fdf848c;p=thirdparty%2Fhaproxy.git MINOR: quic/flags: complete missing flags Add missing quic_conn flags definition for dev utility. --- diff --git a/include/haproxy/quic_conn-t.h b/include/haproxy/quic_conn-t.h index d2a09997a..75493915d 100644 --- a/include/haproxy/quic_conn-t.h +++ b/include/haproxy/quic_conn-t.h @@ -506,13 +506,15 @@ static forceinline char *qc_show_flags(char *buf, size_t len, const char *delim, _(QUIC_FL_CONN_IPKTNS_DCD, _(QUIC_FL_CONN_HPKTNS_DCD, _(QUIC_FL_CONN_PEER_VALIDATED_ADDR, + _(QUIC_FL_CONN_NO_TOKEN_RCVD, + _(QUIC_FL_CONN_SCID_RECEIVED, _(QUIC_FL_CONN_TO_KILL, _(QUIC_FL_CONN_TX_TP_RECEIVED, _(QUIC_FL_CONN_FINALIZED, _(QUIC_FL_CONN_EXP_TIMER, _(QUIC_FL_CONN_CLOSING, _(QUIC_FL_CONN_DRAINING, - _(QUIC_FL_CONN_IMMEDIATE_CLOSE))))))))))))))))))))))))); + _(QUIC_FL_CONN_IMMEDIATE_CLOSE))))))))))))))))))))))))))); /* epilogue */ _(~0U); return buf;