diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:11:25 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:11:25 +0100 |
commit | 8d9f3906fa94676f4e788a9668991b815b4f5542 (patch) | |
tree | 2dcf871da3d77a065bcc8ec59fe8e6112b3da136 /sys/src/9/boot | |
parent | 41d4cecf6d55af3ee0ced4c45d34450f4501608b (diff) |
plan9.ini: add nora6= option to disable automatic ipv6 configuration
Diffstat (limited to 'sys/src/9/boot')
-rwxr-xr-x | sys/src/9/boot/net.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc index 79c0b81fa..3ae754fa8 100755 --- a/sys/src/9/boot/net.rc +++ b/sys/src/9/boot/net.rc @@ -17,7 +17,7 @@ fn confignet{ if(~ $1 ether && ~ $#* 2) @{ ip/ipconfig -6 $* - ip/ipconfig $* ra6 recvra 1 & + test -e /env/nora6 || ip/ipconfig $* ra6 recvra 1 & ip/ipconfig -p $* & wait } |