Hi,
Some interfaces we support, such as domain might not be bound to a single path, but rather anything under a path 'directory'. This patch allows the SBUS to register a fallback path that would route any messages under a given anchor to a handler of an interface.
Pavel Brezina had an idea of making the handler interface-driven instead of path-driven and I would like to match the paths based on object that were really found and exist, but I believe this patch is good enough to allow further development on master and we can improve on it later on.
On 05/12/2014 11:19 PM, Jakub Hrozek wrote:
Hi,
Some interfaces we support, such as domain might not be bound to a single path, but rather anything under a path 'directory'. This patch allows the SBUS to register a fallback path that would route any messages under a given anchor to a handler of an interface.
Ack.
Pavel Brezina had an idea of making the handler interface-driven instead of path-driven and I would like to match the paths based on object that were really found and exist, but I believe this patch is good enough to allow further development on master and we can improve on it later on.
This is necessary to allow multiple interfaces on one object path, but I agree this can be done later.
On Tue, May 13, 2014 at 09:43:14AM +0200, Pavel Březina wrote:
On 05/12/2014 11:19 PM, Jakub Hrozek wrote:
Hi,
Some interfaces we support, such as domain might not be bound to a single path, but rather anything under a path 'directory'. This patch allows the SBUS to register a fallback path that would route any messages under a given anchor to a handler of an interface.
Ack.
Pavel Brezina had an idea of making the handler interface-driven instead of path-driven and I would like to match the paths based on object that were really found and exist, but I believe this patch is good enough to allow further development on master and we can improve on it later on.
This is necessary to allow multiple interfaces on one object path, but I agree this can be done later.
Thanks for the review, pushed to master in: 2376eab65eef84eabb9ebb8796efa7a87f6a6c08
sssd-devel@lists.fedorahosted.org