Skip to content

Commit 0d5d870

Browse files
committed
Add nic_fail_over_delay to mod_network_settings
1 parent 2625c43 commit 0d5d870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hpilo.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,8 @@ def mod_network_settings(self, enable_nic=None, reg_ddns_server=None,
14311431
ipv6_reg_ddns_server=None, dhcpv6_dns_server=None, dhcpv6_rapid_commit=None,
14321432
dhcpv6_stateful_enable=None, dhcpv6_stateless_enable=None, dhcpv6_sntp_settings=None,
14331433
dhcpv6_domain_name=None, ilo_nic_auto_select=None, ilo_nic_auto_snp_scan=None,
1434-
ilo_nic_auto_delay=None, ilo_nic_fail_over=None, gratuitous_arp=None):
1434+
ilo_nic_auto_delay=None, ilo_nic_fail_over=None, gratuitous_arp=None,
1435+
nic_fail_over_delay=None):
14351436
"""Configure the network settings for the iLO card. The static route arguments require
14361437
dicts as arguments. The necessary keys in these dicts are dest,
14371438
gateway and mask all in dotted-quad form"""

0 commit comments

Comments
 (0)