From 2f5983ba02cfa2719457d6a35f5ec9109c730660 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 27 Mar 2019 14:17:51 +0100 Subject: [PATCH] bootrc: handle automatic ip configuration on gbe media --- sys/src/9/boot/net.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $* &