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
Updates #8884
this PR replace net.IPNet with netip.Prefix in file
`internal/xds/rbac/matchers.go`.
- Replaced internal matcher CIDR type from `*net.IPNet` to
`netip.Prefix`
- Migrated CIDR parsing from `net.ParseCIDR` to `netip.ParsePrefix`,
with .Masked() normalization to keep canonical network behavior
RELEASE NOTES: N/A
0 commit comments