cloudstack/scripts/vm/network
Rohit Yadav acd9a251d3 CLOUDSTACK-4611: cleanup_rules using ebtables rules from /proc/modules
The SG python script depends on ebtables-save which is not available on Debian
based distros (Ubuntu and Debian for example). The commit uses /proc/modules
to find available bridge tables (one of nat, filter or broute) and then
find VMs that need to be removed. Further it uses set() to remove duplicate VMs
so we don't try to remove a VM's rules more than once leading to unwanted errors
in the log.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit d66677101c)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-04-25 03:13:58 +02:00
..
vnet scripts: add ip set interface up because in CentOS7 the interface will not auto up 2015-03-10 10:19:04 +05:30
ovs-pvlan-cleanup.sh Implement PVLAN on Xen 2013-05-01 13:23:08 -07:00
ovs-pvlan-dhcp-host.sh PVLAN: Optimize pvlan scripts 2013-05-06 17:51:33 -07:00
ovs-pvlan-vm.sh CLOUDSTACK-2775: Fix trunk port is not 1 on some hosts 2013-06-04 11:32:23 -07:00
security_group.py CLOUDSTACK-4611: cleanup_rules using ebtables rules from /proc/modules 2015-04-25 03:13:58 +02:00