mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 02:22:52 +01:00
* API requires network id to be passed in (it was optional before) * restartNetwork calls restart() method of all network elements in the system, and it's up to the element to decide which actions to take on the restart (for example, for Virtual Router it's IPAssoc/applyPF/applyLBRules).