Hello,

I just want to mention, that the system itself might add data to the running datastore as well. It might be data that needs to be validated.  We often use it to indicate capabilities of he node,  and later refer to it from some other parts of the configuration. E.g.

container capabilities {

    leaf-list supported-compression-types {

        type identityref {…}

        description "Indicates which compression

             types are supported by the system for

             report files.";


}


list transfer-job {

   

    leaf compression-type {

        config true;

        type leafref {

            path "../../-capabilities/supported-compression-types";

        } 

        description "Indicates file compression type to be applied to

            the report file. ";


regards Balazs




-- 
Balazs Lengyel                       Ericsson Hungary Ltd.
Senior Specialist
Mobile: +36-70-330-7909              email: [email protected] 


_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to