summaryrefslogtreecommitdiff
path: root/src/dhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcp.c')
-rw-r--r--src/dhcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dhcp.c b/src/dhcp.c
index 19fab9cc..d34b8f55 100644
--- a/src/dhcp.c
+++ b/src/dhcp.c
@@ -114,6 +114,9 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp,
} else if (g_strcmp0(key, "Nameserver") == 0) {
g_free(dhcp->element->ipv4.nameserver);
dhcp->element->ipv4.nameserver = g_strdup(value);
+ } else if (g_strcmp0(key, "Domainname") == 0) {
+ } else if (g_strcmp0(key, "Hostname") == 0) {
+ } else if (g_strcmp0(key, "Timeserver") == 0) {
}
}