clicon / clixon-controller

Clixon network controller
Apache License 2.0
14 stars 5 forks source link

Notification is not sent when a service parameter is changed #89

Closed krihal closed 9 months ago

krihal commented 9 months ago

When a service is added or removed the Python API receives an service notification message from the backend, something like this:

<notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0"><eventTime>2024-01-02T12:14:42.480596Z</eventTime><services-commit xmlns="http://clicon.org/controller"><tid>23</tid><source>actions</source><target>actions</target><service>as-path-filter[service-name='as-test']</service></services-commit></notification>

However, if I change a service parameter in the CLI the Python API doesn't receive any notification.

krihal commented 9 months ago

Seems to work, closing.