projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ecc8c
)
Add hooks for domain details in dhclient
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 12 Jun 2009 02:42:57 +0000
(
04:42
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 12 Jun 2009 02:42:57 +0000
(
04:42
+0200)
plugins/dhclient.c
patch
|
blob
|
history
diff --git
a/plugins/dhclient.c
b/plugins/dhclient.c
index
ca9b621
..
10f32ff
100644
(file)
--- a/
plugins/dhclient.c
+++ b/
plugins/dhclient.c
@@
-299,6
+299,15
@@
static DBusHandlerResult dhclient_filter(DBusConnection *conn,
task->element->ipv4.nameserver = g_strdup(value);
}
+ if (g_ascii_strcasecmp(key, "new_domain_name") == 0) {
+ }
+
+ if (g_ascii_strcasecmp(key, "new_domain_search") == 0) {
+ }
+
+ if (g_ascii_strcasecmp(key, "new_host_name") == 0) {
+ }
+
dbus_message_iter_next(&dict);
}