seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
320 stars 101 forks source link

fix mod_network_settings boolen assignment and add snp_port #226

Closed bb-Ricardo closed 4 years ago

bb-Ricardo commented 4 years ago

This commit adds the "snp_port" var and excludes some vars from being mapped to Yes/No. Also fixes usage of "prefixlen" in IPv6 static routes.

seveas commented 4 years ago

Thanks!