stmcginnis / gofish

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

Add AssociatedMACAddresses field to Port #327

Closed smiller248 closed 5 months ago

stmcginnis commented 5 months ago

Thanks @smiller248. But AssociatedMACAddresses is actually part of the EthernetProperties struct, so this should be Port.Ethernet.AssociatedMACAddresses. You can find the current schema for Port here.

smiller248 commented 5 months ago

Ah, I was confused. Thanks for pointing me in the right direction. Closing this.