Re: [Openslp-devel] Scope list in SRVRQST

2010-12-09 Thread Roel van de Kraats
On 12/09/2010 05:01 PM, Morrell Richard (external) wrote: > The SLP daemon maintains a list of all DAs, not just the ones sharing one or > more of its scopes. > > This list is queried by the library so that it knows what scopes are > available in the whole system, and where they are hosted (on wh

Re: [Openslp-devel] Scope list in SRVRQST

2010-12-09 Thread Morrell Richard (external)
The SLP daemon maintains a list of all DAs, not just the ones sharing one or more of its scopes. This list is queried by the library so that it knows what scopes are available in the whole system, and where they are hosted (on which DAs). The library then uses this information to send queries to a

Re: [Openslp-devel] Scope list in SRVRQST

2010-12-09 Thread Roel van de Kraats
On 12/09/2010 04:50 PM, Morrell Richard (external) wrote: > I presume by "DA service requests" you mean queries for > service:directory-agent. Yes, I did. Sorry. > The daemon checks the scope list, and replies if it is empty, or if its > scope matches. > > Hence, a DA query with an empty scope li

Re: [Openslp-devel] Scope list in SRVRQST

2010-12-09 Thread Morrell Richard (external)
I presume by "DA service requests" you mean queries for service:directory-agent. The daemon checks the scope list, and replies if it is empty, or if its scope matches. Hence, a DA query with an empty scope list is used to elicit replies from all DAs regardless of their scopes. -Original Mess

[Openslp-devel] Scope list in SRVRQST

2010-12-09 Thread Roel van de Kraats
Dear all, I noticed that slpd sends DA service requests with an empty scope list, even when the scope(s) are explicitly defined in the configuration. In MakeActiveDiscoveryRqst() the scope list is left empty. Why is this? Should this be fixed? Best regards, Roel