mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
The problem is that teh convergence model does not works as it currently is Firewall rules will get added but not deleted This builds a table of firewall rules that need to be present The new CsNetfilter class will then do: 1. Add rules that are not present 2. Delete any that were not explicitly in the add list WIP