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 authored and jmurret committed Oct 25, 2023
1 parent 0a8fe0d commit f4d0e29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ func (b *ListenerBuilder) addL7Router(routeName string, statPrefix string, proto
},
StatPrefix: statPrefix,
StaticRoute: false,
Protocol: protocolMap[protocol],
},
}

Expand Down

0 comments on commit f4d0e29

Please sign in to comment.