Created attachment 598307 [details] engine.log Description of problem: Attach VM_NET to interface and assign IP, Whan try to add VLAN to the same interface I get error: CanDoAction of action SetupNetworks failed. Reasons:VAR__ACTION__SETUP,VAR__TYPE__NETWORKS,,NETWROK_ADDR_MANDATORY_IN_STATIC_IP Version-Release number of selected component (if applicable): rhevm-3.1.0-6.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1.Open SetupNetwork and attach VM_NET to interface(eth0) and assing IP to VM_NET, Apply 2.Open SetupNetwork and attache VLAN network to the same insterface(eth0), Apply Actual results: Failed to apply, ERROR: Netwrok address must be specify when using static ip The VLAN network isn't attached to the interface. Expected results: VLAN network attached to interface with VM_NET. Additional info:
I agree with Simon, if VM_NET is a VM network then the issue in this bug is the wrong error message. Meni - Can you please confirm - Is VM_NET a VM network?
The VM_NET is bridge network and its VLAN tag.
The issue in this bug is that we should block this topology from security reasons. We do not support vlaned network and non-vlan+bridged network on the same NIC. This bug is not a regression as we did not support vlan and non-vlan network on the same nic in 3.0.
actually this is duplicate of 837789 *** This bug has been marked as a duplicate of bug 837789 ***