Skip to content

Commit

Permalink
Included flow clean up info in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktmi committed Jul 24, 2023
1 parent cc85e61 commit f7dc577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Changed

- Raised defaultt ``settings.FLOW_PRIORITY`` to 50000.

General Information
===================
- To clean up lldp flows with the old priority, run the following command, then restart kytos: ``curl -H 'Content-type: application/json' -X DELETE http://127.0.0.1:8181/api/kytos/flow_manager/v2/flows/ -d '{"flows": [{"cookie": 12321848580485677056, "cookie_mask": 18374686479671623680}]}'``

[2022.3.1] - 2023-06-28
***********************

Expand Down

0 comments on commit f7dc577

Please sign in to comment.