what's going on here?
cpu% bind /net /net.alt cpu% cd /net.alt/icmp cpu% ls -l --rw-rw-rw- I 0 network bootes 0 Jun 28 12:36 clone --r--r--r-- I 0 network bootes 0 Jun 28 12:36 stats cpu% mkdir /tmp/empty cpu% bind /tmp/empty /net cpu% cd /net.alt/icmp # doesn't work! Can't cd /net.alt/icmp: '/net.alt/icmp' file does not exist cpu% cd /net.alt cpu% cd icmp # ... but this does work. cpu% ls -l --rw-rw-rw- I 0 network bootes 0 Jun 28 12:36 clone --r--r--r-- I 0 network bootes 0 Jun 28 12:36 stats cpu%
