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
// use any secondary ip + the nnc prefix length to get an iptables rule to allow dns and imds traffic from the pods
70
70
for_, v:=rangereq.SecondaryIPConfigs {
71
-
// check if the ip address is IPv4
71
+
// check if the ip address is IPv4. A check is required because DNS and IMDS do not have IPv6 addresses. Since support currently exists only for IPv4, other scenarios are skipped.
0 commit comments