RIOT
RIOT copied to clipboard
stdio_udp: allow binding to a specific interface only
Contribution description
Allow restricting the remote shell to a specific network interface.
Testing procedure
You can now restrict the UDP stdio server to a specific interface, e.g.
CFLAGS += -DCONFIG_STDIO_UDP_NETIF_TYPE=NETDEV_SAM0_ETH
Issues/PRs references
Murdock results
:heavy_check_mark: PASSED
3135ee0ec4ff04bd5c627ac49554fae1634df934 stdio_udp: allow binding to a specific interface only
| Success | Failures | Total | Runtime |
|---|---|---|---|
| 10299 | 0 | 10299 | 09m:09s |
Artifacts
I added the documentation to doc.txt