K 10 svn:author V 2 bz K 8 svn:date V 27 2010-03-27T17:39:02.423168Z K 7 svn:log V 456 MFC r204145: Start to implement ifnet DDB support: - 'show ifnets' prints a list of ifnet *s per virtual network stack, - 'show ifnet ' prints fields matching the given ifp. We do not yet print the complete set of fields and might want to factor this out to an extra if_debug.c file in case this grows a lot[1]. We may also want to grow 'show ifnet ' support[1]. Suggested by: rwatson [1] Reviewed by: rwatson END