> I would think that this should be use libdlpi functions, especially after > vanity naming, it should open the /dev/net nodes instead of /dev nodes. But > it seems that today libdlpi doesn't seem to have routines to send M_IOCTL > messages. > > Should I just use dlpi_fd() to get fd and send ioctl instead?
That's the way we've done it in snoop and other programs that need to send ioctls. -- meem
