ConfD mount-point alternatives

As rfc8528 is not supported by CONFD as per
Whether rfc8528 Yang Schema:mount is supported.

do we have any alternative to replicating similar fucntionality , particularly for rpcs and notifications in the mounted model.

1 Like

It is not clear to me what you mean. Schema mount, augment, and uses all address quite the same problem - how to extend or reuse a (part of) schema. In some scenarios, only one of the three constructs can be reasonably used, in others they can be used pretty much interchangeably. I am not aware of any limitations of that related to notifications or rpcs (at least in YANG 1.1, which is a requirement for schema mount anyway).

We have some standard yangs which use mount-points, so want to understand how to use them with confd.

You should be able to compile YANG modules containing a mount point, but ConfD does not allow you to mount a schema to a mount point. As I wrote, if you need the functionality provided by schema mount, you need to resort to alternatives, such as grouping/uses or augment.