You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internally generate ParentRefs for each listener in the Gateway if a route does not specify a sectionName.
Problem: When a route does not specify a sectionName, it attaches to all attachable listeners on a Gateway. This is a problem internally when we try to bind the route to the listeners where duplicated hostnames between listeners can create AcceptedHostname conflicts and multiple ports on the listeners can overwrite the refStatus.ListenerPort.
Solution: When a route does not specify a sectionName, generate a ParentRef for each listener in the Gateway.
* Remove duplicate parentRefs from httproute status
* Add some function comments
* Fix conformance test
* Revert parentRefIndex
0 commit comments