clicon / clixon-controller

Clixon network controller
Apache License 2.0
12 stars 4 forks source link

cl:creator attribute must be persistent #54

Closed krihal closed 8 months ago

krihal commented 8 months ago

If a service is configured and a new chunk of XML is created with the cl:creator attribute set it must be persistent and survive a configuration pull otherwise it's not possible to remove the configuration generated by the service.

olofhagsand commented 8 months ago

Persistence fixed in the sense that it survives a configuration pull. However, killing the controller and restarting it, and then do a pull will not re-create the attributes. It is not persistent in that sense.

krihal commented 8 months ago

Tested with the bgp-peer service. Service configured and configuration pushed, did a pull and could remove the configuration again.