stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
224 stars 117 forks source link

Retrieving LLDP information #250

Closed rohitmahadevan closed 6 months ago

rohitmahadevan commented 1 year ago

This is more of a question. It looks like the newer version of redfish allows fetching of LLDP information for NetworkAdapters. I understand that currently this library does not support but I am wondering if there are any alternatives for me to retrieve the same. Certain dell iDrac versions show the LLDP information under "Network Switch Connection View" tab.

Thank you

stmcginnis commented 1 year ago

Thanks for reporting this @rohitmahadevan. I haven't updated things for the latest Redfish spec version, so it's likely it's just something new that needs to be handled. Contributions welcome, but hopefully I can get to refreshing things soon.

I haven't looked into it at all yet, but if this is an OEM property specific to Dell, that would require adding an OEM handler to access that information.

rohitmahadevan commented 1 year ago

Understood. Thank you! I will have a look.

stmcginnis commented 6 months ago

Well, it took a full year, but I finally got around to doing that refresh... :/

I believe this has been picked up by the update to the 2023.3 bundle, so I'm going to close this. If there is something still missing, please feel free to reopen or file a new issue/PR. Thanks!