bootrc: handle automatic ip configuration on gbe media

This commit is contained in:
cinap_lenrek 2019-03-27 14:17:51 +01:00
parent 8d9f3906fa
commit 2f5983ba02

View file

@ -15,7 +15,7 @@ fn confignet{
}
}
if(~ $1 ether && ~ $#* 2) @{
if(~ $1 ether || ~ $1 gbe && ~ $#* 2) @{
ip/ipconfig -6 $*
test -e /env/nora6 || ip/ipconfig $* ra6 recvra 1 &
ip/ipconfig -p $* &