CESNET / libnetconf

C NETCONF library
Other
113 stars 84 forks source link

"get-config" request is returning "config: false" (state) data. #241

Open thedillonb opened 7 years ago

thedillonb commented 7 years ago

Per https://tools.ietf.org/html/rfc6020#section-4.2.3:

When a node is tagged with "config false", its subhierarchy is flagged as state data, to be reported using NETCONF's <get> operation, not the <get-config> operation

michalvasko commented 7 years ago

Hi, can you please include the module you are using, the datastore data at the time of issuing the <get-config> request, and which state data are returned and should not be? Thanks.

Regards, Michal