On (01/30/09 12:11), Vasumathi Sundaram wrote: > > I am working on cleaning up the ndd status reports and moving them to > mdb as macros. (CR > *http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4616660)* > > For some of the status reports such as ip_ill_status and ip_ipif_status, > I wanted to seek some input on what information from the ill_t and > ipif_t structures are more useful to debuggers. > > The ndd report for ip_ill_status does not give much information except > for the ill address, read queue and the write queue pointers; and for > ip_ipif_status, it displays the local address, mtu, flags and zone for > each ip interface which can already be seen with ifconfig. >
some information that I personally always look for: - ill*cnt and ipif*cnt (e.g., ill_ilm_cnt, ill_ire_cnt, etc) - for ipifs, the ipif_addr_ready bit (ifconfig does not report this) - zone information --Sowmini _______________________________________________ networking-discuss mailing list [email protected]
