|
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
|