openwrt/package
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
..
base-files base-files: read all 3 bytes in get_magic_vfat() at once 2021-01-07 19:51:50 +01:00
boot uboot-envtools: add support for Aruba AP-303 and AP-365 2021-01-14 01:04:02 +01:00
devel trace-cmd: update to 2.9.1 2021-01-01 19:55:59 +01:00
firmware linux-firmware: Add wil6210 firmware 2021-01-05 02:16:24 +00:00
kernel mac80211: fix rounding error in minstrel_ht throughput calculation 2021-01-15 13:05:40 +01:00
libs mbedtls: add config option to compile with hkdf 2021-01-14 00:52:49 +00:00
network owipcalc: use v6 in cidr_parse6 function 2021-01-15 17:40:27 +01:00
system rpcd: update to git HEAD 2021-01-07 00:21:23 +00:00
utils lua: add -ldl for glibc builds 2021-01-06 15:38:57 -10:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00