inst/startether: skip ipv6 auto configuration when nora6 was specified

front
cinap_lenrek 2019-03-27 14:45:08 +01:00
parent 4d3367d11f
commit f9efc8ed87
1 changed files with 1 additions and 1 deletions

View File

@ -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
}