i think this is exactly the problem i have ! 
i would like to apply this patch to my installation, it seem not to be a big 
change in the code, could you tell me how can i do this ??

many thanks 

        
Jean-Laurent Ivars 
Responsable Technique | Technical Manager
22, rue Robert - 13007 Marseille 
Mobile: 06.52.60.86.47 - Tel: 09 84 56 64 30 - Fax: 09 89 56 64 30 
Linkedin   |  Viadeo   |  www.ipgenius.fr

> Le 24 nov. 2014 à 14:54, julien soula <julien.so...@laposte.net> a écrit :
> 
> 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! >>
> _______________________________________________
> List mailing list
> List@lists.pfsense.org
> https://lists.pfsense.org/mailman/listinfo/list


_______________________________________________
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list

Reply via email to