diff --git a/confluent_server/confluent/plugins/hardwaremanagement/redfish.py b/confluent_server/confluent/plugins/hardwaremanagement/redfish.py index 0334696f..96471fc2 100644 --- a/confluent_server/confluent/plugins/hardwaremanagement/redfish.py +++ b/confluent_server/confluent/plugins/hardwaremanagement/redfish.py @@ -632,7 +632,7 @@ class IpmiHandler(object): ipv4cfgmethod=lancfg['ipv4_configuration'], hwaddr=lancfg['mac_address'], staticv6addrs=v6cfg['static_addrs'], - staticv6gateway=v6cfg['static_gateway'], + staticv6gateway=v6cfg.get('static_gateway', None), vlan_id=lancfg.get('vlan_id', None) )) elif self.op == 'update':