summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-08-10 11:21:25 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-08-10 17:08:28 +0300
commit8042d16be5b0f4556f502be949271d14903e7a7d (patch)
tree5841f1abb701e3947a39e3a19827b754c565ec78 /src/main.conf
parent66167bb34d24e5c66e26a0d45d7b70a664eb793f (diff)
downloadconnman-8042d16be5b0f4556f502be949271d14903e7a7d.tar.gz
connman-8042d16be5b0f4556f502be949271d14903e7a7d.tar.bz2
connman-8042d16be5b0f4556f502be949271d14903e7a7d.zip
main: Introduce conf file option to disable hostname updates
The AllowHostnameUpdates in system config file can be used to ignore the hostname update request that for example can be received via DHCP hostname option.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index 95fc7d44..67275dab 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -58,3 +58,8 @@
# match any of the list entries. Default value is
# vmnet,vboxnet,virbr.
# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr
+
+# Allow connman to change the system hostname. This can
+# happen for example if we receive DHCP hostname option.
+# Default value is true.
+# AllowHostnameUpdates = true