On Fri, May 12, 2006 at 01:17:00PM -0700, David Bustos wrote: > Quoth Zhenghui Xie on Fri, May 12, 2006 at 12:04:05PM -0700: > > netprofd is the NWAM daemon to manipulate network links and interfaces. > > network/profiled is the SMF service for this daemon and its start method > > starts netprofd. This service should be started fairly early at boot, so > > it only depends on network/pfil. (Basically, network/profiled can be > > considered as the replacement of current network/physical) > > > > It makes netprofd running early in boot, before i_ddi_io_initialized has > > been called. But one of the first things netprofd does is 'ifconfig -a > > plumb', which causes the problem. log file messages in [1]. > > Doesn't network/physical also plumb interfaces?
It doesn't plumb all interfaces though. > Why does > network/physical work, but netprofd's ifconfig -a plumb fail?