openwrt/package/network
Nick Hainke 5beea4c3fd 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>
2021-01-15 17:40:27 +01:00
..
config netifd: update to git HEAD 2021-01-05 02:16:24 +00:00
ipv6 odhcp6c: update to git HEAD 2020-12-30 20:20:06 +01:00
services hostapd: fix key_mgmt typo 2021-01-14 03:54:06 +01:00
utils owipcalc: use v6 in cidr_parse6 function 2021-01-15 17:40:27 +01:00