Let the CLI prevent adding incorrect Subnets.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Jul 2021 13:06:06 +0000 (15:06 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Jul 2021 13:33:31 +0000 (15:33 +0200)
commit743d3cefc244e669c9265da8355e8722d990fc8e
tree72bedc66bba6cb8556566ef23f528f12741af13e
parent04b588ea6be2ebd62922b638eae90a6a47326370
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.
src/tincctl.c
test/variables.test