> > > Second patch : > > > diff --git a/include/types/connection.h b/include/types/connection.h > > index 89f4f38..a75d45d 100644 > > --- a/include/types/connection.h > > +++ b/include/types/connection.h > > @@ -334,6 +334,7 @@ struct proxy_hdr_v2 { > > #define PP2_TYPE_SSL 0x20 > > #define PP2_TYPE_SSL_VERSION 0x21 > > #define PP2_TYPE_SSL_CN 0x22 > > +#define PP2_TYPE_NETWORK_NAMESPACE 0x30 > > Could you please avoid to fragment the values here, I fear the day we need > a contiguous array and we can't find one anymore. Let's start at 0x23 for > now. Note, since we're in development, we can change these numbers later, > so let's not consider the PPv2 spec as "official" whenever it comes to what > we stuff in haproxy-dev. >
Can I reserve three spots for SSL_SNI, SSL_NPN, and SSL_ALPN? We can try to keep the SSL block contiguous for now. Willy-- I will provide a patch for those three. Would you prefer a 1.5 base or a 1.6 base? Thanks, --Dave