inst/startether: skip ipv6 auto configuration when nora6 was specified
This commit is contained in:
parent
4d3367d11f
commit
f9efc8ed87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue