Skip to content

Commit

Permalink
xds: Ensure protocol set for gRPC destination
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Oct 23, 2023
1 parent 28601e2 commit 7da8d6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ func (b *ListenerBuilder) addL7Router(routeName string, statPrefix string, proto
},
StatPrefix: statPrefix,
StaticRoute: false,
Protocol: protocolMap[protocol],
},
}

Expand Down

0 comments on commit 7da8d6d

Please sign in to comment.