From b5b0eea2a9bebd4698c025ff6847bdf971c780c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Tue, 11 Jul 2023 11:04:03 +0800 Subject: [PATCH] uninstall.sh: fix ipset name (#3028) --- dist/images/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/images/uninstall.sh b/dist/images/uninstall.sh index fb5784c2386..06386f34305 100644 --- a/dist/images/uninstall.sh +++ b/dist/images/uninstall.sh @@ -45,7 +45,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