Skip to content

Commit

Permalink
completely remove left router mode (istio#37508)
Browse files Browse the repository at this point in the history
* remove router mode

* update

* make gen
  • Loading branch information
hzxuzhonghu authored Feb 25, 2022
1 parent 0594e90 commit 7b85d81
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions pilot/pkg/model/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,6 @@ type NodeMetadata struct {
// Same as MeshConfig.HttpProxyPort, but with per/sidecar scope.
HTTPProxyPort string `json:"HTTP_PROXY_PORT,omitempty"`

// RouterMode indicates whether the proxy is functioning as a SNI-DNAT router
// processing the AUTO_PASSTHROUGH gateway servers
RouterMode string `json:"ROUTER_MODE,omitempty"`

// MeshID specifies the mesh ID environment variable.
MeshID string `json:"MESH_ID,omitempty"`

Expand Down
Loading

0 comments on commit 7b85d81

Please sign in to comment.