1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/sliptty
Benjamin Valentin 079aea8775 sliptty/start_network.sh: fix with DHCPv6
The `start_network.sh` script creates a `${TUN}` interface, so
the `${TAP}` variable will always be empty.

This means start_dhcpd() will always fail as the DHCPv6 script is lacking
an interface.
2020-04-07 21:15:07 +02:00
..
.gitignore sliptty: introduce a new SLIP to TUN tool 2020-03-05 15:55:10 +01:00
Makefile sliptty: introduce a new SLIP to TUN tool 2020-03-05 15:55:10 +01:00
sliptty.c sliptty: introduce a new SLIP to TUN tool 2020-03-05 15:55:10 +01:00
start_network.sh sliptty/start_network.sh: fix with DHCPv6 2020-04-07 21:15:07 +02:00