Disable zeroconf in factory reset mode

Will enable it later,Need to enhance the code
of IPMI in the case of ZeroConfigIP.

Change-Id: Ic997c26525c7f4f8be9d5a48f1dbbd9e35bc96f5
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/network_config.cpp b/network_config.cpp
index d0aa2b4..050be0a 100644
--- a/network_config.cpp
+++ b/network_config.cpp
@@ -16,7 +16,7 @@
 
         filestream.open(filename);
         filestream << "[Match]\nName=" << interface <<
-                "\n[Network]\nDHCP=true\nLinkLocalAddressing=yes\n"
+                "\n[Network]\nDHCP=true\n"
                 "[DHCP]\nClientIdentifier=mac\n";
         filestream.close();
     }