[aadk-commits] twilson: udhcp/trunk r956 - in /udhcp/trunk: ./ samples/

SVN commits to the AADK repository aadk-commits at lists.digium.com
Tue Aug 5 12:12:44 CDT 2008


Author: twilson
Date: Tue Aug  5 12:12:43 2008
New Revision: 956

URL: http://svn.digium.com/view/aadk?view=rev&rev=956
Log:
Remove polycom reference from rc.redhat.udhcpd
Add "url" option 114 to options.c
Add setting the "url" option for counterpath phones in dhcpinform.conf


Modified:
    udhcp/trunk/options.c
    udhcp/trunk/rc.redhat.udhcpd
    udhcp/trunk/samples/dhcpinform.conf

Modified: udhcp/trunk/options.c
URL: http://svn.digium.com/view/aadk/udhcp/trunk/options.c?view=diff&rev=956&r1=955&r2=956
==============================================================================
--- udhcp/trunk/options.c (original)
+++ udhcp/trunk/options.c Tue Aug  5 12:12:43 2008
@@ -45,6 +45,7 @@
 	{"message",	OPTION_STRING,				0x38},
 	{"tftp",	OPTION_STRING,				0x42},
 	{"bootfile",	OPTION_STRING,				0x43},
+	{"url",		OPTION_STRING,				0x72},
 	{"",		0x00,				0x00}
 };
 

Modified: udhcp/trunk/rc.redhat.udhcpd
URL: http://svn.digium.com/view/aadk/udhcp/trunk/rc.redhat.udhcpd?view=diff&rev=956&r1=955&r2=956
==============================================================================
--- udhcp/trunk/rc.redhat.udhcpd (original)
+++ udhcp/trunk/rc.redhat.udhcpd Tue Aug  5 12:12:43 2008
@@ -2,7 +2,7 @@
 # udhcpd    Starts, Stops and Reloads udhcpd.
 #
 # chkconfig: 2345 91 59
-# description: udhcpd service for Polycom autoprovisioning
+# description: udhcpd service for autoprovisioning
 # processname: udhcpd
 # pidfile: /var/run/udhcpd.pid
 #

Modified: udhcp/trunk/samples/dhcpinform.conf
URL: http://svn.digium.com/view/aadk/udhcp/trunk/samples/dhcpinform.conf?view=diff&rev=956&r1=955&r2=956
==============================================================================
--- udhcp/trunk/samples/dhcpinform.conf (original)
+++ udhcp/trunk/samples/dhcpinform.conf Tue Aug  5 12:12:43 2008
@@ -1,4 +1,5 @@
 interface eth0
 opt tftp http://0.0.0.0/phoneprov
 opt ntpsrv 0.0.0.0
+opt url https://0.0.0.0/request
 pidfile ./db.pid




More information about the aadk-commits mailing list