-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sys: net: fib is using deprecated net_help #3574
Copy link
Copy link
Closed
Labels
Type: cleanupThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentationThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: cleanupThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentationThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation