Removed extras/ and build-root/ code since they are not properly maintained

This commit is contained in:
Olof hagsand 2023-06-29 14:59:44 +02:00
parent b39ee078c4
commit ca697c9a36
8 changed files with 3 additions and 205 deletions

View file

@ -65,6 +65,7 @@ Developers may need to change their code
### Minor features
* Removed extras/ and build-root/ build code since they are not properly maintained
* Refactored cli-syntax code to use cligen pt_head instead (long overdue)
* Modified backend exit strategy so that 2nd ^C actually exits
* Performance: A change in the `merge` code made "co-located" config and non-config get retrieval go considerable faster. This is done by a specialized `xml_child_each_attr()` function.