OpenSolaris

Printable Version Enter a New Search
Bug ID 6621665
Synopsis IP Instances removed console printing when ndd -set /dev/ip ip_debug 1
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords
Responsible Engineer Erik Nordmark
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_78
Fixed In snv_78
Release Fixed solaris_nevada(snv_78) , solaris_10u7(s10u7_01) (Bug ID:2168722)
Related Bugs 6289221
Submit Date 25-October-2007
Last Update Date 23-October-2008
Description
The IP Instances putback allow each exclusive-IP zone to set the ip_debug ndd variable. This is recorded in the per-instance ips_ip_debug variable.
Alas, the ip?dbg() printf code uses the global ip_debug variable, thus to enable this one can't use ndd, but instead have to use mdb -k or /etc/system
Work Around
N/A
Comments
N/A