bootrc: handle automatic ip configuration on gbe media
This commit is contained in:
parent
8d9f3906fa
commit
2f5983ba02
1 changed files with 1 additions and 1 deletions
|
@ -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 $* &
|
||||
|
|
Loading…
Reference in a new issue