|
Description
|
Ran into the following when trying to implement "dladm show-ether" to
show ethernet properties for Project Brussels:
On a machine runing snv_68, I get:
# uname -a
SunOS purple-180.East.Sun.COM 5.11 snv_68 sun4u sparc xxxxx W,UltraAX-i2
# ndd -get /dev/dmfe0 autoneg_cap
8
This is in contradication of the max value permitted in the nd_params
(file dmfe_ndd.c)
{ PARAM_BMSR_AUTONEG_CAP, 0, 1, 0, "-autoneg_cap" },
|