Network:Add Link local auto configuration dbus property
in ethernet interface.

This to provide dbus property to configure link local auto conf

Change-Id: I684617c40fa665391ca9aa95ac703622e07aad10
Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
diff --git a/xyz/openbmc_project/Network/EthernetInterface.interface.yaml b/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
index fc744fc..744ac77 100644
--- a/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
+++ b/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
@@ -37,3 +37,19 @@
           Implementation of this Dbus-interface is required to implement this property.
           This property supports read/write operation.
           Configure the NTP servers on the system during write operation.
+    - name: LinkLocalAutoConf
+      type: enum[self.LinkLocalConf]
+      description: >
+          This indicates link local auto configuration on this ethernet
+          interface and configured on this ethernet interface.
+
+enumerations:
+    - name: LinkLocalConf
+      description: >
+          Possible link local auto configuration values.
+      values:
+        - name: both
+        - name: v4
+        - name: v6
+        - name: none
+