Hi,
I have a yang as below. Whenever client query for “replies-transmitted” against respective “interface” ,server need to respond.
I have added a call point “md-data-definitions” container. Now the problem is whenever get_element call back is getting called for “replies-transmitted” leaf node, not able to extract the “interface” leaf node details provided by the client in the get_element call back. Is there any way i can get it from confd_hkeypath_t * or anyother method through which i can get it will be really helpful.
+--rw md-data-definitions
+--rw maintenance-domain* [id]
+--rw id
+--rw name?
+--rw md-level?
+--rw maintenance-association* [id]
+--rw id
+--rw name?
+--rw component-list* [component-id]
+--rw component-id
+--rw name?
+--rw vid*
+--rw remote-meps*
+--rw maintenance-association-end-point* [mep-identifier]
+--rw mep-identifier
+--rw interface
+--rw primary-vid
+--rw administrative-state
+--ro mac-address?
+--ro loopback
+--ro replies-transmitted
Regards,
Biswajit