ref: 59d279060d8e0c69ebaa7698bbf0b33576d85375
parent: f8f9a8ee1c0f973141edc8620076f40c8e93831f
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
}
--
⑨