From 0e4fa19bdae5a58ed494fe4e60d562bd1e0da700 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 7 Apr 2020 20:12:53 +0200 Subject: [PATCH] sliptty/start_network.sh: don't default to DHCPv6 DHCPv6 is enabled by the `-d` option. It should not be enabled in absence of this option. --- dist/tools/sliptty/start_network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/sliptty/start_network.sh b/dist/tools/sliptty/start_network.sh index fe2259bfb5..c91c46ae05 100755 --- a/dist/tools/sliptty/start_network.sh +++ b/dist/tools/sliptty/start_network.sh @@ -118,7 +118,7 @@ usage() { trap "cleanup" INT QUIT TERM EXIT SLIP_ONLY=0 -USE_DHCPV6=1 +USE_DHCPV6=0 while getopts dehI: opt; do case ${opt} in