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.
This commit is contained in:
parent
ee8e88b111
commit
9b7090ca1d
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@
|
|||
with_items:
|
||||
- filter
|
||||
- nat
|
||||
- mangle
|
||||
when: flush_iptables|bool
|
||||
tags:
|
||||
- iptables
|
||||
|
|
Loading…
Reference in a new issue