From: Guus Sliepen Date: Mon, 26 Jul 2021 13:06:06 +0000 (+0200) Subject: Let the CLI prevent adding incorrect Subnets. X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=743d3cefc244e669c9265da8355e8722d990fc8e;hp=743d3cefc244e669c9265da8355e8722d990fc8e;p=tinc Let the CLI prevent adding incorrect Subnets. We did a sanitiy check when trying to add a Subnet, but we only printed an error message, we still added the incorrect Subnet. This change ensures we abort with a non-zero exit code. ---