there is a lack of a uniform interface for configuring commonly used parameters for nic drivers. The configuration of a driver may be customized/queried by any or all of driver.conf(4), ndd(1M), kstat(1M) and even sparc/obp! All of the diverse methods for tuning parameters makes NIC configuration a confusing and arcane process.
ndd itself is an undocmented interface that has snuck its way into the Layer 2 code,
and each new driver that comes along cuts/pastes code to invoke these undocumented
ndd "interfaces".
the Layer 2 configureation of properties needs to be enhanced and standardized,
and GLDv3 provides a clean mechanism for doing this, so that the dladm(1m) command
can be used to invoke callbacks functions registered by each driver for
setting/getting properties
This placeholder bug is being filed for the Brussels project which will address
this problem