Skip to content

Commit

Permalink
uninstall.sh: fix ipset name (#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jul 11, 2023
1 parent 9e6dc63 commit ea9c1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ip6tables -t filter -D OUTPUT -p udp -m udp --dport 6081 -j MARK --set-xmark 0x0

sleep 1

ipset destroy ovn6subnets-nat
ipset destroy ovn60subnets-nat
ipset destroy ovn60subnets
ipset destroy ovn60subnets-distributed-gw
ipset destroy ovn60local-pod-ip-nat
Expand Down

0 comments on commit ea9c1f1

Please sign in to comment.