Network: Add property:SendHostNameEnabled in DHCP Configuration

Change-Id: I54222ac9c6f1877b7786d4a3c35aaae526844ff8
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
diff --git a/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml b/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
index b89b492..cc35446 100644
--- a/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
+++ b/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
@@ -17,3 +17,8 @@
       description: >
           if true then the hostname received from the DHCP server
           will be set as the transient hostname of the system.
+    - name: SendHostNameEnabled
+      type: boolean
+      description: >
+          if true then DHCP option 12 is enabled i.e machine`s hostname will be
+          sent to the DHCP server.