[VOL-4026] Introducing autonegotiation state parameter

Change-Id: I00f90cf8aff5bb7f5ccbec1d0613608c1d41a0f9
diff --git a/protos/dmi/hw.proto b/protos/dmi/hw.proto
index d31f441..eb6feb2 100644
--- a/protos/dmi/hw.proto
+++ b/protos/dmi/hw.proto
@@ -191,6 +191,7 @@
     // system

     string mapping_label = 5;

     PonIdConfig pon_id_config = 6;

+    bool speed_autonegotiation = 7; //Only valid for ethernet type port components. True if enabled, false otherwise.

 }

 

 message PortComponentChangeAttributes {