VirtualBox uses a script named vnic_setup.sh to configure a crossbow interface.
This script uses the dladm to detect the active system NIC and configures a
virtual nic using
crossbows VNA.
The scripts relied on the old format of dladm show-dev:
dladm show-dev
iwk0 link: down speed: 0Mb duplex: unknown
rge0 link: up speed: 100Mb duplex: full
The new format creates a header line instead which confuses the command
phys_nic=`/usr/sbin/dladm show-dev | /usr/bin/awk 'NF==7 && $3=="up" { print
$1 }'`
into reporting LINK as the valid interface, I present this here.
<mike>
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]