On 29.03.20 14:49, Juha Heinanen wrote:
Juha Heinanen writes:
I noticed that in 5.3 and master setting $du in branch route has no effect. It works fine in 5.2 using exactly the same config.
This is pretty serious. If someone can point to possible source code files, where this bug might have been originated from, I can start digging changes from 5.2.
The branch route is executed inside t_fwd.c (like 354 in master branch). You can try to do a diff of tm module between the branches to see if you can spot something related. I remember I grouped some variables in a structure at some point, but it should have not impacted old behaviour...
Cheers, Daniel