summaryrefslogtreecommitdiff
path: root/sys/src/9
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-03-27 14:17:51 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-03-27 14:17:51 +0100
commit2f5983ba02cfa2719457d6a35f5ec9109c730660 (patch)
tree746629190ef5ba2314186e2484cd69b1989ff32b /sys/src/9
parent8d9f3906fa94676f4e788a9668991b815b4f5542 (diff)
bootrc: handle automatic ip configuration on gbe media
Diffstat (limited to 'sys/src/9')
-rwxr-xr-xsys/src/9/boot/net.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc
index 3ae754fa8..362716f57 100755
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -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 $* &