Skip to content

Commit 6fbd319

Browse files
committed
fix fixmes
1 parent 81ad8f2 commit 6fbd319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/controller/state/graph/policies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ func checkForRouteOverlap(route *L7Route, hostPortPaths map[string]string) *cond
457457
for _, parentRef := range route.ParentRefs {
458458
if parentRef.Attachment != nil {
459459
port := parentRef.Attachment.ListenerPort
460-
// FIXME(sarthyparty): https://github.com/nginx/nginx-gateway-fabric/issues/3812
460+
// FIXME(sarthyparty): https://github.com/nginx/nginx-gateway-fabric/issues/3811
461461
// Need to merge listener hostnames with route hostnames so wildcards are handled correctly
462462
// Also the AcceptedHostnames is a map of slices of strings, so we need to flatten it
463463
for _, hostname := range parentRef.Attachment.AcceptedHostnames {

internal/controller/state/graph/route_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type ParentRefAttachmentStatus struct {
4646
// still attach. The backendRef condition would be displayed here.
4747
FailedConditions []conditions.Condition
4848
// ListenerPort is the port on the Listener that the Route is attached to.
49-
// FIXME(sarthyparty): https://github.com/nginx/nginx-gateway-fabric/issues/3813
49+
// FIXME(sarthyparty): https://github.com/nginx/nginx-gateway-fabric/issues/3811
5050
// Needs to be a map of <gatewayNamespacedName/listenerName> to port number
5151
ListenerPort v1.PortNumber
5252
// Attached indicates if the ParentRef is attached to the Gateway.

0 commit comments

Comments
 (0)