-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
When you create a UDP interface via csp add udp -l 5000 -r 5001 1 0.0.0.0, the new interface has the name "UDP", without an index number. This makes it impossible to create further working UDP interfaces.
To fix this, in src/csp_init_cmd.c, the generated name needs to be duplicated to iface->name and the hardcoded line iface->name = "UDP" needs to be removed from lib/csp/src/interfaces/csp_if_udp.c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers