wg-quick: linux: have remove_iptables return true
Reported-by: Thomas Sattler <sattler@med.uni-frankfurt.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
af69113e02
commit
207aeed010
|
@ -190,7 +190,7 @@ remove_iptables() {
|
||||||
[[ $line == "-A"* ]] && found=1
|
[[ $line == "-A"* ]] && found=1
|
||||||
printf -v restore '%s\n%s' "$restore" "${line/#-A/-D}"
|
printf -v restore '%s\n%s' "$restore" "${line/#-A/-D}"
|
||||||
done < <($iptables-save)
|
done < <($iptables-save)
|
||||||
[[ $found -eq 1 ]] && echo "$restore" | cmd $iptables-restore -nw
|
[[ $found -ne 1 ]] || echo "$restore" | cmd $iptables-restore -nw
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue