Skip to content

Commit

Permalink
fix runtime guard to alphabetical
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Eskin <ryan.eskin89@protonmail.com>
  • Loading branch information
reskin89 committed Jul 11, 2023
1 parent b3daf0b commit 2dc8d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/runtime/runtime_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUNTIME_GUARD(envoy_reloadable_features_ignore_optional_option_from_hcm_for_rout
RUNTIME_GUARD(envoy_reloadable_features_immediate_response_use_filter_mutation_rule);
RUNTIME_GUARD(envoy_reloadable_features_initialize_upstream_filters);
RUNTIME_GUARD(envoy_reloadable_features_keep_endpoint_active_hc_status_on_locality_update);
RUNTIME_GUARD(envoy_reloadable_features_lambda_sanitize_host_header);
RUNTIME_GUARD(envoy_reloadable_features_no_extension_lookup_by_name);
RUNTIME_GUARD(envoy_reloadable_features_no_full_scan_certs_on_sni_mismatch);
RUNTIME_GUARD(envoy_reloadable_features_oauth_header_passthrough_fix);
Expand Down Expand Up @@ -86,7 +87,6 @@ RUNTIME_GUARD(envoy_reloadable_features_validate_connect);
RUNTIME_GUARD(envoy_reloadable_features_validate_detailed_override_host_statuses);
RUNTIME_GUARD(envoy_reloadable_features_validate_grpc_header_before_log_grpc_status);
RUNTIME_GUARD(envoy_reloadable_features_validate_upstream_headers);
RUNTIME_GUARD(envoy_reloadable_features_lambda_sanitize_host_header);
RUNTIME_GUARD(envoy_restart_features_explicit_wildcard_resource);
RUNTIME_GUARD(envoy_restart_features_remove_runtime_singleton);
RUNTIME_GUARD(envoy_restart_features_udp_read_normalize_addresses);
Expand Down

0 comments on commit 2dc8d74

Please sign in to comment.