summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2019-09-23 15:45:33 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2019-09-23 17:08:24 +0530
commita0c29c7da07fa8bf3e8839a4a64a183a02296a32 (patch)
tree6e92a0c4a208e00c275ee546b485e12c6575c145 /src/main.conf
parent83d8c81d27d65f9d4a3bdc3c3685d4b03a13ab70 (diff)
downloadconnman-a0c29c7da07fa8bf3e8839a4a64a183a02296a32.tar.gz
connman-a0c29c7da07fa8bf3e8839a4a64a183a02296a32.tar.bz2
connman-a0c29c7da07fa8bf3e8839a4a64a183a02296a32.zip
Added support to enable/disable Auto-IP option using main.conf Change-Id: Iea1cae5a28681a90a5f79735c7374791a227feb7 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'src/main.conf')
-rwxr-xr-xsrc/main.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index c3190ca3..f40ac13a 100755
--- a/src/main.conf
+++ b/src/main.conf
@@ -154,3 +154,12 @@ SingleConnectedTechnology = true
# AddressConflictDetection = false
NetworkCellularInterfaceList = pdp,rmnet,seth_td,seth_w
+
+# Enable use of link-local address for auto-configuration.
+# When a device fails to get IP address from DHCP server,
+# ConnMan will start link-local address autoconfiguration and
+# assign a link-local IP address to device.
+# If this setting is false and device fails to get IP address
+# from DHCP server then device state will be set to disconnected.
+# Default value is true.
+# EnableAutoIp = false