diff --git a/oem/ibm/configurations/bios/integer_attrs.json b/oem/ibm/configurations/bios/integer_attrs.json index 336550ed2..949a8af53 100644 --- a/oem/ibm/configurations/bios/integer_attrs.json +++ b/oem/ibm/configurations/bios/integer_attrs.json @@ -1,5 +1,14 @@ { "entries": [ + { + "attribute_name" : "vmi_if_count", + "lower_bound" : 0, + "upper_bound" : 2, + "scalar_increment" : 1, + "default_value" : 1, + "helpText" : "vmi_if_count", + "displayName" : "vmi_if_count" + }, { "attribute_name": "vmi_if0_ipv4_prefix_length", "lower_bound": 0,