diff options
| -rw-r--r-- | usr/src/lib/brand/joyent/zone/poststate.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/joyent/zone/poststate.ksh b/usr/src/lib/brand/joyent/zone/poststate.ksh index 694c3820c7..d6b100d612 100644 --- a/usr/src/lib/brand/joyent/zone/poststate.ksh +++ b/usr/src/lib/brand/joyent/zone/poststate.ksh @@ -113,7 +113,7 @@ do # boot at the same time with the same VNIC name. Use a temp. name # to create the VNIC then rename it to have the correct name. # - tname=${ZONENAME}0 + tname=tmp$$0 dout=`dladm create-vnic -t -l $global_nic $opt_str $tname 2>&1` if (( $? != 0 )); then echo "error creating VNIC $nic (global NIC $orig_global)" |
