From c0768acd23bebb783ece485f0ba7c22f9bb2bb77 Mon Sep 17 00:00:00 2001 From: Harvey Tuch Date: Wed, 27 Mar 2019 10:50:58 -0400 Subject: [PATCH] api: reserve HCM field for pending security fix. Signed-off-by: Harvey Tuch --- .../http_connection_manager/v2/http_connection_manager.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto b/api/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto index 627082314dc49..3f7620d2bc3df 100644 --- a/api/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto +++ b/api/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 `. -// [#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 {