We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0e0cf commit 58912f5Copy full SHA for 58912f5
internal/controller/state/graph/route_common.go
@@ -317,7 +317,7 @@ func buildSectionNameRefs(
317
Idx: i,
318
Gateway: CreateParentRefGateway(gw),
319
SectionName: nil, // Keep as nil to preserve port-only semantics
320
- Port: nil,
+ Port: p.Port,
321
})
322
} else {
323
// If no port and no sectionName, expand to all listeners
@@ -335,7 +335,7 @@ func buildSectionNameRefs(
335
336
337
SectionName: &l.Source.Name,
338
- Port: p.Port,
+ Port: nil,
339
340
}
341
0 commit comments