Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
[OS-811] tagging of etherstub-linked vnics
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSonnenschein committed Dec 20, 2011
1 parent 23c1d62 commit 283c169
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/svc/method/net-physical
Expand Up @@ -124,6 +124,11 @@ if smf_is_globalzone; then
load_sdc_config
# Load boot params with BOOT_ prefix
load_sdc_bootparams

# Set up etherstubs
for stub in $(echo "${CONFIG_etherstub}" | sed -e "s/,/ /g"); do
dladm create-etherstub -t $stub || echo "ERROR: could not create etherstub ${stub}."
done

# Setup admin NIC
if [[ -n ${SYSINFO_NIC_admin} ]]; then
Expand Down

0 comments on commit 283c169

Please sign in to comment.