commit | c0c3c24cb9e30fdfbba235bfc536fb0dd0b6dfe6 | [log] [tgz] |
---|---|---|
author | amit.ghosh <amit.ghosh@radisys.com> | Wed Mar 16 11:00:27 2022 +0100 |
committer | amit.ghosh <amit.ghosh@radisys.com> | Wed Mar 16 14:15:38 2022 +0100 |
tree | 6b2814947566bd417158db0a671487bd268b0271 | |
parent | 4a20afa77b0da401ae8784ff3c50ebac90b8b767 [diff] [blame] |
[VOL-4665] Introduce events in the DMI interface for insertion and removal of Line Cards Change-Id: Iaf5db3ebc22651c96f07c1d29fdb513282696658
diff --git a/protos/dmi/hw_events_mgmt_service.proto b/protos/dmi/hw_events_mgmt_service.proto index 2865de1..740786c 100644 --- a/protos/dmi/hw_events_mgmt_service.proto +++ b/protos/dmi/hw_events_mgmt_service.proto
@@ -67,6 +67,10 @@ EVENT_HW_TEMPERATURE_SENSOR_FAILED = 506; EVENT_HW_ALL_TEMPERATURE_SENSORS_FAILED = 507; + // Events for the line cards on the HW Device + EVENT_LINE_CARD_PLUG_OUT = 600; + EVENT_LINE_CARD_PLUG_IN = 601; + // More to be added }