Hi.
I have NETCONF stream with CONFIGURATION notifications (i mean pooling), but I need to get OPERATIONAL notifications in another stream.
YANG files contain following properties that define type:
grouping path {
list link {
uses *****************;
key ******************;
config false;
min-elements 1;
description "none";
}
Item 'config false ’ define type of notification.
Please advice me how to tune that?
Kind regards,
Denys