[management] Sync account peers on network router group changes (#3573)

- Updates account peers when a group linked to a network router is modified
- Prevents group deletion if it's still being used by any network router
This commit is contained in:
Bethuel Mmbaga
2025-03-27 14:19:22 +03:00
committed by GitHub
parent 9cbcf7531f
commit 34d86c5ab8
3 changed files with 92 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: erro,clienta,hastable,iif,groupd,testin
ignore_words_list: erro,clienta,hastable,iif,groupd,testin,groupe
skip: go.mod,go.sum
only_warn: 1
golangci: