On Mon, Nov 24, 2014 at 01:35:32PM +0100, Jean-Laurent Ivars wrote: > Well thank you for your answer, this is exactly the same result that when i > set the option 252 with null parameters in the DHCP > (WindowsProxyAutodiscoveryDetection) > > But this is workaround, the real question is why the dhcp server is not > providing the rights settings ?
May be the missing informations are in a group statement ?
we noticed that isc-dhcp didn't read group statement config with
dhcpinform packet whereas it read it with dhcprequest packet. We sent
a patch to the team [ISC-Bugs #35712] in april but no news until now !
diff --git a/server/dhcp.c b/server/dhcp.c
index 8039817..775b7af 100644
--- a/server/dhcp.c
+++ b/server/dhcp.c
@@ -1301,8 +1301,7 @@ void dhcpinform (packet, ms_nulltp)
execute_statements_in_scope(NULL, packet, NULL, NULL,
packet->options, options,
&global_scope, host->group,
- host->group ?
- host->group->next : NULL,
+ subnet ? subnet->group : (
host->group ? host->group->next : NULL),
NULL);
host_dereference (&host, MDL);
}
sincerly,
--
Julien
<< Vous n'avez rien a dire... Parlons-en! >>
signature.asc
Description: Digital signature
_______________________________________________ List mailing list [email protected] https://lists.pfsense.org/mailman/listinfo/list
