Skip to content

Commit 0ba1667

Browse files
authored
fix ipFamily not set in UDPListener (#7313)
fix: set ipfamily in udpistener (#7312) Signed-off-by: cong <[email protected]>
1 parent b8773a0 commit 0ba1667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/gatewayapi/listener.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ func (t *Translator) ProcessListeners(gateways []*GatewayContext, xdsIR resource
170170
Port: uint32(containerPort),
171171
ExternalPort: uint32(listener.Port),
172172
Metadata: buildListenerMetadata(listener, gateway),
173+
IPFamily: ipFamily,
173174
},
174175
}
175176
xdsIR[irKey].UDP = append(xdsIR[irKey].UDP, irListener)

0 commit comments

Comments
 (0)