owipcalc: use v6 in cidr_parse6 function
authorNick Hainke <vincent@systemli.org>
Wed, 13 Jan 2021 15:06:03 +0000 (16:06 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 15 Jan 2021 16:40:27 +0000 (17:40 +0100)
commit5beea4c3fd6b671e102430ba934442f69b1332b0
tree5a51426ff6d731d5fa63e33c8a3266960ceb86de
parent05707e6460106c931ece26df7883cd214560d14c
owipcalc: use v6 in cidr_parse6 function

The cidr_parse6 function parses a string to an ipv6-address.
The cidr struct contains a union called buf for the ipv4 and ipv6
address. Since it is a char pointer and the struct is initialized with
the maximum size (so ipv6 string) it does not make any difference.
However, we should access the buffer using the v6 name, since it could
be confusing otherwise.

Signed-off-by: Nick Hainke <vincent@systemli.org>
package/network/utils/owipcalc/Makefile
package/network/utils/owipcalc/src/owipcalc.c