aboutsummaryrefslogtreecommitdiffstats
path: root/libnetutils
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-11-09 11:10:50 -0800
committerIrfan Sheriff <isheriff@google.com>2011-11-09 11:11:21 -0800
commit35c28608bf3dc31bab8cd6c2579739643e0145d8 (patch)
tree45aa56c3a5e5a2f3f01da8cab5c7fa56e0cb8b9b /libnetutils
parent06286288ef40837a5ab69fc09871f7d5f45c8bbd (diff)
downloadsystem_core-35c28608bf3dc31bab8cd6c2579739643e0145d8.zip
system_core-35c28608bf3dc31bab8cd6c2579739643e0145d8.tar.gz
system_core-35c28608bf3dc31bab8cd6c2579739643e0145d8.tar.bz2
Fix dhcp comments
Change-Id: Ia99b2c10ff6cf8c75c23db49f1e9cf7a043141cc
Diffstat (limited to 'libnetutils')
-rw-r--r--libnetutils/dhcp_utils.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/libnetutils/dhcp_utils.c b/libnetutils/dhcp_utils.c
index 3ab5d1b..40f5495 100644
--- a/libnetutils/dhcp_utils.c
+++ b/libnetutils/dhcp_utils.c
@@ -145,6 +145,11 @@ void get_daemon_suffix(const char *interface, char *daemon_suffix) {
/*
* Start the dhcp client daemon, and wait for it to finish
* configuring the interface.
+ *
+ * The device init.rc file needs a corresponding entry for this work.
+ *
+ * Example:
+ * service dhcpcd_<interface> /system/bin/dhcpcd -ABKL
*/
int dhcp_do_request(const char *interface,
char *ipaddr,
@@ -287,8 +292,11 @@ char *dhcp_get_errmsg() {
}
/**
- * Run WiMAX dhcp renew service.
- * "wimax_renew" service shoud be included in init.rc.
+ * The device init.rc file needs a corresponding entry.
+ *
+ * Example:
+ * service iprenew_<interface> /system/bin/dhcpcd -n
+ *
*/
int dhcp_do_request_renew(const char *interface,
in_addr_t *ipaddr,