Use inet_pton() to parse Subnets.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jul 2021 10:21:07 +0000 (12:21 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jul 2021 10:21:07 +0000 (12:21 +0200)
commiteda0cc6243c5292fb35fdadf6ec130983c530b2c
tree1c4547ffdd7845e8efef89fed9c4b816a2d2bf21
parentf144971bf2e13baa80e41188546533f73f3cf453
Use inet_pton() to parse Subnets.

Nowadays all operating systems tinc runs on should support IPv6, so we
can rely on inet_pton() and inet_ntop() to convert IPv4 and IPv6
addresses. Use this instead of our own parsing code.
src/subnet_parse.c