Lines Matching refs:nic
479 --text="$nic: Enter IP address: " \
721 set physical=$nic; \
731 for j in $(ifconfig $nic)
751 if [[ $nic == ~(E).: ]] ; then
754 vnic=$(dladm show-vnic -po link $nic 2>/dev/null)
803 --text="$nic: Enter Hostname: ")
811 --text="$nic: Enter IP address: " \
833 ifconfig $nic $ipaddr netmask + broadcast +
838 print $hostname > /etc/hostname.$nic
842 msg=$(ifconfig $nic addif 0.0.0.0)
846 nic=$(print "$msg"|cut -d" " -f5)
866 dladm create-vnic -l $nic $vnicname
875 nic=$vnicname
882 ifconfig $nic all-zones;\
883 if_file=/etc/hostname.$nic
892 ifconfig $nic -zone;\
893 if_file=/etc/hostname.$nic
910 nic="$ipaddr"
1166 nic=$(print "${netOps[$netOp - 1]}"|tr '\n' ';' |cut -d';' -f 5)
1232 --column "Interface: $nic" )
1247 ifconfig $nic unplumb
1248 rm -f /etc/hostname.$nic
1251 ifconfig $nic unplumb
1252 dladm delete-vnic $nic
1253 rm -f /etc/hostname.$nic
1256 ifconfig $nic up;;
1258 ifconfig $nic down;;
1271 nic=${i%:} # Remove colon after interface name
1288 nic=${i%:} # Remove colon after interface name
1290 attrs="$nic $linktype $zone $ipaddr $template $updown $attrs"
1293 nic=$(zenity --list \
1306 if [[ -z $nic ]] ; then