kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
185 stars 74 forks source link

Support SystemBootOptions commands and add boot/lan helpers methods #132

Closed canteuni closed 1 year ago

canteuni commented 1 year ago

This pull request aims to add support for setting boot mode and boot device, and add some useful methods to abstract how to set VLAN ID, mac address, ip source and boot options without having to deal with bit manipulation.

I'm willing to contribute to this project so do not hesitate to tell me if I'm doing something wrong !

hthiery commented 1 year ago

Hi, thanks for this contribution. That looks good so far.

But some remarks:

Thanks

canteuni commented 1 year ago

Hi,

Thanks for the remarks, I'll work on that :+1:

hthiery commented 1 year ago

Thank you!