JennyW
Level 1
Level 1
Member since ‎05-06-2022
‎05-28-2024

User Statistics

  • 27 Posts
  • 2 Solutions
  • 0 Helpful votes Given
  • 10 Helpful votes Received
Recent Badges
10 Replies
10 Helpful Vote
1 Accepted Solution
5 Replies
1 Helpful Vote
FirstQuestion

User Activity

I'd like to persist some data in proplist in my service, in cb_create() I have proplist.append((service.name, str(index)) where index is allocated in cb_create(). The commit was successful. But when the config was updated again, in cb_pre_modificatio...
I have two services: A and B with yang model like below:A:list A-list {  key name;  leaf name { type string; }  leaf state { type string; }}B:list B-list {  key name;  leaf name {type string;}  ...  uses ncs:service-data;  ncs:servicepoint B-servicep...
The existing yang module has a container named "global", from python when I tried to access the leaf (e.g. delay) using root.xxx.global.delay, the package failed to load because "global" is a keyword in python. Is there another way to access this con...
Here is my yang module:   module pydp { namespace "http://tail-f.com/ns/example/pydp"; prefix pydp; yang-version 1.1; import tailf-common {prefix tailf;} import ietf-inet-types {prefix inet;} list cont { key name; leaf name { type...
First of all, I went through the post Python DataCallback daemon  but my case is more complicated than this.I have a yang module defined as module pydp { namespace "http://tail-f.com/ns/example/pydp"; prefix pydp; yang-version 1.1; import tail...
Community Statistics
Member Since ‎05-06-2022 12:49 PM
Date Last Visited ‎05-28-2024 01:05 AM
Posts 27
Total Helpful Votes Received 10
Helpful Votes From