mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	it appears xs 6.0 allows iptables rules across the bridge without csp
This commit is contained in:
		
							parent
							
								
									8ce6fcd34d
								
							
						
					
					
						commit
						3a3d096a5c
					
				@ -395,8 +395,10 @@ def egress_chain_name(vm_name):
 | 
			
		||||
def can_bridge_firewall(session, args):
 | 
			
		||||
    try:
 | 
			
		||||
        util.pread2(['ebtables', '-V'])
 | 
			
		||||
        util.pread2(['ipset', '-V'])
 | 
			
		||||
    except:
 | 
			
		||||
        return 'false'
 | 
			
		||||
 | 
			
		||||
    host_uuid = args.get('host_uuid')
 | 
			
		||||
    try:
 | 
			
		||||
        util.pread2(['iptables', '-N', 'BRIDGE-FIREWALL'])
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user