add mangle table in the iptable flush task (#5672)
When kube-router is used as cni, rules might be added to the mangle table to support external IPs. Therefore, mangle table should be flushed during reset as well.pull/5575/head
parent
ee8e88b111
commit
9b7090ca1d
|
@ -157,6 +157,7 @@
|
|||
with_items:
|
||||
- filter
|
||||
- nat
|
||||
- mangle
|
||||
when: flush_iptables|bool
|
||||
tags:
|
||||
- iptables
|
||||
|
|
Loading…
Reference in New Issue