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 $* &