Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-337

delete Lisp configuration when PITR is configured

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 17.01
    • 17.01
    • None

      When Lisp is enabled, a locator set is configured and PITR feature is tied to the locator set:

      PUT /restconf/config/lisp:lisp
      {"lisp":{"enable": true}}
      PUT /restconf/config/lisp:lisp/lisp-feature-data/locator-sets/locator-set/loc01

      {"locator-set": {"name": "loc01"}

      ,...}
      PUT /restconf/config/lisp:lisp/lisp-feature-data/pitr-cfg
      {"pitr-cfg": {"locator-set": "loc01"}}
      ]}}}]}}

      And I try to remove all Lisp settings:
      DELETE /restconf/config/lisp:lisp

      The response is code 500: TransactionCommitFailedException

            jsrnicek_cisco Jan Srnicek
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: