Re: [pfSense] DKIM Re: little problem with pfsense

2014-11-24 Thread julien soula
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
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list

Re: [pfSense] DKIM Re: DKIM Re: little problem with pfsense

2014-11-24 Thread julien soula
On Mon, Nov 24, 2014 at 03:32:40PM +0100, Jean-Laurent Ivars wrote:
 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 ??

this a patch against isc-dhcp v4.3.0 . You must get the source, apply
the patch with patch command (or merely modify the code since change
is small) and compile/install as usual.

sincerly,
-- 
Julien
 Vous n'avez rien a dire... Parlons-en! 


signature.asc
Description: Digital signature
___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list

Re: [pfSense] DKIM Re: DKIM Re: little problem with pfsense

2014-11-24 Thread julien soula
On Mon, Nov 24, 2014 at 11:08:50AM -0600, Jim Thompson wrote:
 
 
  On Nov 24, 2014, at 10:20 AM, julien soula julien.so...@laposte.net wrote:
  
  On Mon, Nov 24, 2014 at 03:32:40PM +0100, Jean-Laurent Ivars wrote:
  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 ??
  
  this a patch against isc-dhcp v4.3.0 . You must get the source, apply
  the patch with patch command (or merely modify the code since change
  is small) and compile/install as usual.
 
 it doesn???t seem to be patched in ISC???s tree.
 https://source.isc.org/cgi-bin/gitweb.cgi?p=dhcp.git;a=blob_plain;f=server/dhcp.c;hb=HEAD

you're right :(

sincerly,
-- 
Julien
 Vous n'avez rien a dire... Parlons-en! 


signature.asc
Description: Digital signature
___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list