diff options
Diffstat (limited to 'usr/src/cmd/zoneadmd/vplat.c')
| -rw-r--r-- | usr/src/cmd/zoneadmd/vplat.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/cmd/zoneadmd/vplat.c b/usr/src/cmd/zoneadmd/vplat.c index 70cb1c4d75..d708567764 100644 --- a/usr/src/cmd/zoneadmd/vplat.c +++ b/usr/src/cmd/zoneadmd/vplat.c @@ -2947,12 +2947,10 @@ configure_exclusive_network_interfaces(zlog_t *zlogp, zoneid_t zoneid) nwiftab.zone_nwif_physical) == 0) { added = B_TRUE; } else { - char emsg[80 + LIFNAMSIZ]; - - (void) snprintf(emsg, sizeof (emsg), - "failed to add network device %s", - nwiftab.zone_nwif_physical); - zerror(zlogp, B_FALSE, emsg); + /* + * Failed to add network device, but the brand hook + * might be doing this for us, so keep silent. + */ continue; } /* set up the new IP interface, and add them all later */ |
