api: reserve HCM field for pending security fix. (#6397)

Signed-off-by: Harvey Tuch <htuch@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 8ba28c301757cbe202b62b045b989e5b794a5b6b
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent d28888569c
commit 744067064c
  1. 5
      envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto

@ -24,7 +24,7 @@ import "gogoproto/gogo.proto";
// [#protodoc-title: HTTP connection manager]
// HTTP connection manager :ref:`configuration overview <config_http_conn_man>`.
// [#comment:next free field: 30]
// [#comment:next free field: 31]
message HttpConnectionManager {
enum CodecType {
option (gogoproto.goproto_enum_prefix) = false;
@ -378,6 +378,9 @@ message HttpConnectionManager {
repeated UpgradeConfig upgrade_configs = 23;
reserved 27;
// This is reserved for a pending security fix.
reserved 30;
}
message Rds {

Loading…
Cancel
Save