summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadmd/vplat.c
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2011-02-16 15:50:35 -0800
committerJerry Jelinek <jerry.jelinek@joyent.com>2011-02-16 15:50:35 -0800
commit2f1b2b0ef09d980f100beecdb6d9208edd3c973c (patch)
treed75db25957e7e7ebac8e757c553ec267a6c63e84 /usr/src/cmd/zoneadmd/vplat.c
parent2e90f839a513a397c7bc8eb94b3b7e0139120cb4 (diff)
downloadillumos-joyent-2f1b2b0ef09d980f100beecdb6d9208edd3c973c.tar.gz
OS-223 zone's should create vnics as needed instead of requiring them to be set up in advance
Diffstat (limited to 'usr/src/cmd/zoneadmd/vplat.c')
-rw-r--r--usr/src/cmd/zoneadmd/vplat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/cmd/zoneadmd/vplat.c b/usr/src/cmd/zoneadmd/vplat.c
index 628e82b4ba..c9edf5e276 100644
--- a/usr/src/cmd/zoneadmd/vplat.c
+++ b/usr/src/cmd/zoneadmd/vplat.c
@@ -2184,13 +2184,7 @@ configure_one_interface(zlog_t *zlogp, zoneid_t zone_id,
if (ioctl(s, SIOCLIFADDIF, (caddr_t)&lifr) < 0) {
/*
* Here, we know that the interface can't be brought up.
- * A similar warning message was already printed out to
- * the console by zoneadm(1M) so instead we log the
- * message to syslog and continue.
*/
- zerror(&logsys, B_TRUE, "WARNING: skipping network interface "
- "'%s' which may not be present/plumbed in the "
- "global zone.", lifr.lifr_name);
(void) close(s);
return (Z_OK);
}