> As we're using VNICS as IP alias interfaces for the DHCP server, I've > commented the faulty code for stripping the aliases from the NIC out of > the ISC DHCP (common/dlpi.c) and set search path (DLPI_DEVDIR to > "/dev/net/") and things start to work automagically ;-)
Great. For OpenSolaris, the best thing to do is change the code to just call dlpi_open(3DLPI). -- meem
