CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
296 stars 187 forks source link

Configured subscription integration #1426

Closed jeremie6wind closed 1 year ago

jeremie6wind commented 1 year ago

Hello, This is the first part of the configured subscription integration. Enable the configured feature in setup.sh. Add the new yang files to setup.sh. Add the yang files to the project with TLS disabled. Direct definition of the receiver in the subscription is disabled. Only reference receiver instances is enabled. This avoids this warning:

root@ubuntu2204:~/sshfs_root# netopeer2-cli

connect -u ly WARNING: Schema node "transport" for parent "/ietf-subscribed-notifications:subscriptions/subscription" not found; in expr "derived-from(../../transport" with context node "/ietf-subscribed-notifications:subscriptions/subscription/receivers/receiver".

jeremie6wind commented 1 year ago

Thank you for creating the udp-notif branch. Do you expect anything else in the commits/commit logs?

michalvasko commented 1 year ago

Sorry, must have missed the changes.