Add support for ipv6 only cluster via "enable_ipv6only_stack_networks" (#11831)

This commit is contained in:
Boris
2025-01-27 15:15:22 +03:00
committed by GitHub
parent e107022b4b
commit 76c0a3aa75
37 changed files with 216 additions and 104 deletions

View File

@@ -203,7 +203,7 @@
- nat
- mangle
- raw
when: flush_iptables | bool and enable_dual_stack_networks
when: flush_iptables | bool and (enable_dual_stack_networks or enable_ipv6only_stack_networks)
tags:
- ip6tables