ref: f9efc8ed87337b0d1220822b9b0356966f8fce44
parent: 4d3367d11f03639da12829df103c4b6c5ecc78ac
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Mar 27 10:45:08 EDT 2019
inst/startether: skip ipv6 auto configuration when nora6 was specified
--- a/rc/bin/inst/startether
+++ b/rc/bin/inst/startether
@@ -21,7 +21,7 @@
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
}