Use inet_pton() to parse Subnets.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jul 2021 12:46:17 +0000 (14:46 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jul 2021 12:46:17 +0000 (14:46 +0200)
commitf7f7d8b15e12471c95bbd291195e83c5126a0631
tree040b13fbd28bb21f416ba569a05fefe49dd09aa2
parent4887f56e565727c6ebd5a8a8911d1aa260f0ce6f
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.c