e8d6bdc057
This makes it more convenient to turn on networking on Macs. Change-Id: I651e0cf05edce042872173bd6114b2db96d58141
10 linhas
233 B
Bash
Arquivo Executável
10 linhas
233 B
Bash
Arquivo Executável
#!/bin/sh
|
|
|
|
# Copyright 2016 The Fuchsia Authors
|
|
#
|
|
# Use of this source code is governed by a MIT-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
sudo ifconfig tap0 inet6 fc00::/7 up
|