Dingkang Li

Results 54 comments of Dingkang Li

Or we can set `name` for every `FilterChain`, `irListenerName(listener)` [^1] as name, used by `PostHTTPListenerModify` hook to tell which `FilterChain` in HTTP Listener should be modified. [^1]: https://github.com/envoyproxy/gateway/blob/2880a55b014a09deacadaa121396ea23d0a85fd4/internal/gatewayapi/helpers.go#L353

Since #3522 has implemented as each xDS listener will be modified only once via hook, along with all polices related to Gateway listeners translated to this xDS listener. FilterChain level...

> @shuji-2019 would #3318 solve this use case ? #3318 can't solve this use case. To solve this use case, meaningful `stat_prefix` should be set for HCM [^1] or TCPProxy...

- For HTTP listeners on same port, will be translated to `default_filter_chain`, each hostname to single `VirtualHost` in same `HCM`. It's not suitable to set all hostnames as `stat_prefix`, maybe...