Merge pull request #13830 from benpicco/dist/tools/sliptty-fix

sliptty/start_network.sh: don't default to DHCPv6
This commit is contained in:
Martine Lenders 2020-04-07 20:42:14 +02:00 committed by GitHub
commit d8045abdb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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