Unfortunately, ds_select_dst()/ds_select_domain() do not seem to take PVs for their first argument (the route set ID from which to choose).
Is there any workaround for this, e.g. when the route set is indeterminate until runtime? It would be very inconvenient to have to work around this by implementing own rollover logic when the dispatcher module is so good... perhaps the possibility of a quick and easy patch to the git trunk?
Thanks in advance!
Hello,
On 1/27/10 4:17 AM, Alex Balashov wrote:
Unfortunately, ds_select_dst()/ds_select_domain() do not seem to take PVs for their first argument (the route set ID from which to choose).
they do, you get error?
Cheers, Daniel
Is there any workaround for this, e.g. when the route set is indeterminate until runtime? It would be very inconvenient to have to work around this by implementing own rollover logic when the dispatcher module is so good... perhaps the possibility of a quick and easy patch to the git trunk?
Thanks in advance!
On 01/27/2010 07:00 AM, Daniel-Constantin Mierla wrote:
Hello,
On 1/27/10 4:17 AM, Alex Balashov wrote:
Unfortunately, ds_select_dst()/ds_select_domain() do not seem to take PVs for their first argument (the route set ID from which to choose).
they do, you get error?
You are right, Daniel, my mistake.