On the orphained (blank) ACL nodes:
By listing nodes in nmctl, i get 26, but listing acl entries (and removing duplicates) i get 69 nodes. It seems, that ACL thingy atm doesn't check for if a node has been deleted after the upgrade from 0.17* to 0.18*. This makes the ACL ui really slow and hard to use.
Could it be possible to implement a fix for this soon-ish?
Spells used for counting stuff:
./nmctl-darwin-arm64 node list --network networkname | sed '1,3d;$d' | wc -l
26
./nmctl-darwin-arm64 acl list networkname | cut -c 1-10 | sort | uniq -d | wc -l
69