Changeset 8892 in vbox
- Timestamp:
- May 16, 2008 12:47:15 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30927
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh
r8555 r8892 32 32 phys_nic=`/usr/sbin/dladm show-dev | /usr/bin/awk 'NF==7 && $3=="up" { print $1 }'` 33 33 if [ -z "$phys_nic" ]; then 34 # Try obtain a physical NIC that is currently active 35 phys_nic=`/usr/sbin/dladm show-dev | /usr/bin/awk 'NF==4 && $2=="up" { print $1 }'` 34 36 # Failed to get a currently active NIC, get the first available NIC. 35 37 phys_nic=`/usr/sbin/dladm show-link | /usr/bin/nawk '/legacy/ {next} {print $1; exit}'`
Note:
See TracChangeset
for help on using the changeset viewer.