-
Notifications
You must be signed in to change notification settings - Fork 709
Closed
Labels
Description
used here.
gateway/internal/xds/translator/listener.go
Line 1067 in 59b2b29
| if udpListener.IPFamily != nil && *udpListener.IPFamily == egv1a1.DualStack { |
but not set here
that will cause udproute could only listen on ipv4 or ipv6 not both.
Reactions are currently unavailable