diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:45:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:45:08 +0100 |
commit | f9efc8ed87337b0d1220822b9b0356966f8fce44 (patch) | |
tree | c9ccb2799cf6efd57e6e3f247f9459537c462a63 | |
parent | 4d3367d11f03639da12829df103c4b6c5ecc78ac (diff) | |
download | plan9front-f9efc8ed87337b0d1220822b9b0356966f8fce44.tar.xz |
inst/startether: skip ipv6 auto configuration when nora6 was specified
-rwxr-xr-x | rc/bin/inst/startether | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/startether b/rc/bin/inst/startether index 852b2f4c3..69408312b 100755 --- a/rc/bin/inst/startether +++ b/rc/bin/inst/startether @@ -21,7 +21,7 @@ case go ip/ipconfig -g $gwaddr ether $netdev $ipaddr $ipmask >>[2]/srv/log case automatic >>[2]/srv/log @{ - ip/ipconfig ra6 recvra 1 & + test -e /env/nora6 || ip/ipconfig ra6 recvra 1 & ip/ipconfig & wait } |