SPL-4 defines a couple of higher values for the negotiated link rates that were not defined in iprutils, causing us to display the default value "Enabled" for link rates higher than 6.0Gbps in query-path-details. This was found when working with the drawer ESLS.
Signed-off-by: Gabriel Krisman Bertazi <kris...@linux.vnet.ibm.com> --- iprconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iprconfig.c b/iprconfig.c index d64a7f3..7419ef1 100644 --- a/iprconfig.c +++ b/iprconfig.c @@ -13063,8 +13063,8 @@ static const char *link_rate[] = { "1.5Gbps", "3.0Gbps", "6.0Gbps", - "Enabled", - "Enabled", + "12.0Gbps", + "22.5Gbps", "Enabled", "Enabled", "Enabled" -- 2.1.0 ------------------------------------------------------------------------------ _______________________________________________ Iprdd-devel mailing list Iprdd-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iprdd-devel