Skip to content

Commit 17a60f6

Browse files
fix meshredirectport and schemeredirect mesh conformance features (#3847)
* include meshredirectport in extended * Update mesh.go
1 parent 270d637 commit 17a60f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/features/mesh.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var (
8282

8383
// MeshHTTPRouteSchemeRedirect contains metadata for the MeshHTTPRouteSchemeRedirect feature.
8484
MeshHTTPRouteSchemeRedirect = Feature{
85-
Name: SupportMeshHTTPRouteRewritePath,
85+
Name: SupportMeshHTTPRouteSchemeRedirect,
8686
Channel: FeatureChannelStandard,
8787
}
8888

@@ -117,6 +117,7 @@ var MeshExtendedFeatures = sets.New(
117117
MeshConsumerRouteFeature,
118118
MeshHTTPRouteRewritePath,
119119
MeshHTTPRouteSchemeRedirect,
120+
MeshHTTPRouteRedirectPort,
120121
MeshHTTPRouteRedirectPath,
121122
MeshHTTPRouteBackendRequestHeaderModification,
122123
MeshHTTPRouteQueryParamMatching,

0 commit comments

Comments
 (0)