mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
* kvm: Use 'ip' instead of 'brctl' The command 'brctl' is deprecated and should no longer be used. iproute2 supports all the features we need and therefor we should use this instead of the old commands. Feature wise this does not change anything. It just makes the code more robust towards the future. Signed-off-by: Wido den Hollander <wido@widodh.nl> * kvm/modifyvlan: Use 'ip' instead of 'brctl' brctl is deprecated and by using iproute2 we are future-proof Signed-off-by: Wido den Hollander <wido@widodh.nl>