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 c791841 commit 5400c37
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 @@ -49,7 +49,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 5400c37

Please sign in to comment.