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
CORS-4209: ensure NodeIPFamilies field is kept as-is after transforming
In dual-stack environment, the CCM expects NodeIPFamilies to be in the format:
NodeIPFamilies=ipv4
NodeIPFamilies=ipv6
However, iniv1 is serializing go slices as comma-separated list, for example:
NodeIPFamilies=ipv4,ipv6
This commit ensures the original NodeIPFamilies field is kept as-is after transforming.
0 commit comments