Re: txrep doesn't respect txrep_ipv4_mask_len

2018-10-04 Thread Kevin A. McGrail
Great.  Please open a bugzilla so I can get that fixed and check the module for other similar bugs.  The ipv6 mask will have the same issue I am sure. Regards, KAM On 10/4/2018 8:40 AM, Daniele Duca wrote: > Thanks Kevin, this did the trick! > > Daniele > > On 04/10/2018 14:19, Kevin A. McGrail

Re: txrep doesn't respect txrep_ipv4_mask_len

2018-10-04 Thread Daniele Duca
Thanks Kevin, this did the trick! Daniele On 04/10/2018 14:19, Kevin A. McGrail wrote: Can you open a bugzilla bug, please?  It sounds like you have found a bug and it needs to be tracked. 16 is the default and the only uses of self in ip_to_awl_key are for the mask length. Off the cuff, I'm

Re: txrep doesn't respect txrep_ipv4_mask_len

2018-10-04 Thread Kevin A. McGrail
Can you open a bugzilla bug, please?  It sounds like you have found a bug and it needs to be tracked. 16 is the default and the only uses of self in ip_to_awl_key are for the mask length. Off the cuff, I'm thinking it's referencing the wrong hash for self and missing conf: my $mask_len =

Re: txrep doesn't respect txrep_ipv4_mask_len

2018-10-04 Thread Giovanni Bechis
On 10/04/18 09:38, Daniele Duca wrote: > Hi, > > I'm experimenting an odd behaviour while using TxRep. I have set in my > local.cf "txrep_ipv4_mask_len 24" , but the database is populated by /16 > instead of the expected /24. > > Digging in TxRep.pm I started using dbg() to see if it would at

txrep doesn't respect txrep_ipv4_mask_len

2018-10-04 Thread Daniele Duca
Hi, I'm experimenting an odd behaviour while using TxRep. I have set in my local.cf "txrep_ipv4_mask_len 24" , but the database is populated by /16 instead of the expected /24. Digging in TxRep.pm I started using dbg() to see if it would at least read the correct value "24" from the .cf ,