-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
Bug Report
What's the issue you encountered?
network_wii's if_config function does not populate netmask or gateway, even though these are accepted as parameters.
I expected them to be populated with subnet mask and default gateway respectively, but the function does not make any changes to them.
How can the issue be reproduced?
- Copy the template project folder.
- Include the network.h header.
- Call if_config() with three separate character arrays (each 16 characters long). The last two parameters should be set to
TRUEand20. - Check the values of each array. The first one is populated as expected (ex.
192.168.68.52), but the second and third arrays are left unchanged.
Environment?
I am using Windows 10 with the supplied msys2 shell, but I do not believe that this is relevant to the problem.
Metadata
Metadata
Assignees
Labels
No labels