diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:17:51 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:17:51 +0100 |
commit | 2f5983ba02cfa2719457d6a35f5ec9109c730660 (patch) | |
tree | 746629190ef5ba2314186e2484cd69b1989ff32b /sys | |
parent | 8d9f3906fa94676f4e788a9668991b815b4f5542 (diff) |
bootrc: handle automatic ip configuration on gbe media
Diffstat (limited to 'sys')
-rwxr-xr-x | sys/src/9/boot/net.rc | 2 |
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 $* & |