From 1781501a851ef338eb792353eff3a7defaa49d45 Mon Sep 17 00:00:00 2001 From: Isha Sahni Date: Tue, 5 Dec 2023 04:46:45 -0600 Subject: [PATCH] oem_ibm:Adding vmi_if_count bios attribute -This attribute is needed by phosphor-networkd to identify total number of ethernet interfaces Change-Id: I804b120086ab30f4579de830ba64ea358f059987 Signed-off-by: Isha Sahni --- oem/ibm/configurations/bios/integer_attrs.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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,