summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-03-27 14:45:08 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-03-27 14:45:08 +0100
commitf9efc8ed87337b0d1220822b9b0356966f8fce44 (patch)
treec9ccb2799cf6efd57e6e3f247f9459537c462a63
parent4d3367d11f03639da12829df103c4b6c5ecc78ac (diff)
downloadplan9front-f9efc8ed87337b0d1220822b9b0356966f8fce44.tar.xz
inst/startether: skip ipv6 auto configuration when nora6 was specified
-rwxr-xr-xrc/bin/inst/startether2
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
}