While removing the legacy network stack, I decided not to remove net_help as fib is still depending on it.
A look at the code shows that fib is mainly using net_help's pton function, which could be replaced by gnrc's ipv*_str_to_addr() functions. Also, some defines are taken from net_help.
While removing the legacy network stack, I decided not to remove net_help as fib is still depending on it.
A look at the code shows that fib is mainly using net_help's pton function, which could be replaced by gnrc's ipv*_str_to_addr() functions. Also, some defines are taken from net_help.