Skip to content
Snippets Groups Projects
Unverified Commit 9b7090ca authored by Qingkun Li's avatar Qingkun Li Committed by GitHub
Browse files

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.
parent ee8e88b1
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@
with_items:
- filter
- nat
- mangle
when: flush_iptables|bool
tags:
- iptables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment