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
cniAdd portmap with only an IPv4 address configured for an interface. Only ipv4 nat rules are created.
cniCheck fails expecting to find ip6tables nat rules. cniDel has similar logic, but is more forgiving when a rule doesn't exist
maybeGetIptables() always returns a struct, even when there are no rules for this container. This results in the test on ip6t always trying to check/del ipv6
cniAdd portmap with only an IPv4 address configured for an interface. Only ipv4 nat rules are created.
cniCheck fails expecting to find ip6tables nat rules. cniDel has similar logic, but is more forgiving when a rule doesn't exist
maybeGetIptables()
always returns a struct, even when there are no rules for this container. This results in the test on ip6t always trying to check/del ipv6The text was updated successfully, but these errors were encountered: