Author: titmuss
Date: Mon Aug 18 02:09:28 2008
New Revision: 2859

URL: http://svn.slimdevices.com?rev=2859&root=Jive&view=rev
Log:
Bug: 8984
Description:
Don't send hostname in dhcp request, it looks like this may break with 
Microsoft MN-700 routers.


Modified:
    7.1/trunk/squeezeos/src/system/busybox_1_7_stable/networking/ifupdown.c

Modified: 
7.1/trunk/squeezeos/src/system/busybox_1_7_stable/networking/ifupdown.c
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeos/src/system/busybox_1_7_stable/networking/ifupdown.c?rev=2859&root=Jive&r1=2858&r2=2859&view=diff
==============================================================================
--- 7.1/trunk/squeezeos/src/system/busybox_1_7_stable/networking/ifupdown.c 
(original)
+++ 7.1/trunk/squeezeos/src/system/busybox_1_7_stable/networking/ifupdown.c Mon 
Aug 18 02:09:28 2008
@@ -152,6 +152,9 @@
                }
        }
 
+#if 0
+       /* Disabled due to Bug 8984 - this may break dhcp with Microsoft MN-700 
AP */
+
        /* gethostname if it is not in the interface definition */
        if (strncmpz(id, "hostname", idlen) == 0) {
                static char hostname[HOST_NAME_MAX + 1];
@@ -159,6 +162,7 @@
                        return hostname;
                }
        }
+#endif
 
        return NULL;
 }

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to