CESNET / netopeer

NETCONF Protocol Toolset
117 stars 65 forks source link

Only state data filtering #175

Closed dumagio19 closed 5 years ago

dumagio19 commented 5 years ago

In issue https://github.com/CESNET/netopeer/issues/77 in comment https://github.com/CESNET/netopeer/issues/77#issuecomment-164386729 it is said that state data can be retrieved only with filer on container.

Is possible that we filter only the leaf WANDeviceNumberOfEntries (which is state data)?

michalvasko commented 5 years ago

Hi, it naturally is possible because you can simply filter it as any other leaf. How to do that is written here.

Regards, Michal

dumagio19 commented 5 years ago

Thank you for fast response. It helped me. Regards.