> > Note that taking snapshots in time of lists of interfaces can lead > > to problems, especially with wifi, VM environments and the like > > being created/deleted on the fly... > > Sure. In Linux, its possible to set up a simple notification upcall that > tells you when IP addresses change (and we use it). Does this exist in > Solaris as well?
Yes. Use routing sockets and track RTM_NEWADDR/RTM_DELADDR; man route.7p for details. -- meem _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
