Adding JSON support for IPV6 configuration
This commit adds the JSON changes needed to support the
IPV6 configuration.
Tested: Enabled a Static address via RedFish and observed the
IPV6 Enable property set to true.
Change-Id: Ifa4f5d248667ec0808ab0ef412df91cde51d1cea
Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
diff --git a/oem/ibm/configurations/events/oem_ibm_event_state_sensor.json b/oem/ibm/configurations/events/oem_ibm_event_state_sensor.json
index 280a011..4fccdf4 100644
--- a/oem/ibm/configurations/events/oem_ibm_event_state_sensor.json
+++ b/oem/ibm/configurations/events/oem_ibm_event_state_sensor.json
@@ -29,6 +29,36 @@
}
},
{
+ "containerID": 0,
+ "entityType": 57347,
+ "entityInstance": 0,
+ "sensorOffset": 1,
+ "stateSetId": 15,
+ "event_states": [1, 2, 3],
+ "dbus": {
+ "object_path": "/xyz/openbmc_project/network/hypervisor/eth0/ipv6/addr0",
+ "interface": "xyz.openbmc_project.Object.Enable",
+ "property_name": "Enabled",
+ "property_type": "bool",
+ "property_values": [true, false, false]
+ }
+ },
+ {
+ "containerID": 0,
+ "entityType": 57347,
+ "entityInstance": 1,
+ "sensorOffset": 1,
+ "stateSetId": 15,
+ "event_states": [1, 2, 3],
+ "dbus": {
+ "object_path": "/xyz/openbmc_project/network/hypervisor/eth1/ipv6/addr0",
+ "interface": "xyz.openbmc_project.Object.Enable",
+ "property_name": "Enabled",
+ "property_type": "bool",
+ "property_values": [true, false, false]
+ }
+ },
+ {
"containerID": 1,
"entityType": 32801,
"entityInstance": 0,