shwstppr opened a new issue #4273: URL: https://github.com/apache/cloudstack/issues/4273
Till 4.13 ACS allowed creating multiple L2 networks with the same VLAN ID when Bypass VLAN id/range overlap is checked in the UI. But this behaviour is changed with 4.14 which throws an error,  ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ L2 networks ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on master branch. --> ~~~ 4.14 and above ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> Advanced networking ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> KVM, CentOS7 but doesn't seem to be hypervisor, OS specific ##### SUMMARY <!-- Explain the problem/feature briefly --> ##### STEPS TO REPRODUCE <!-- For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate. For new features, show how the feature would be used. --> <!-- Paste example playbooks or commands between quotes below --> ~~~ 1. Create a L2 network with some VLAN ID, say 100, while Bypass VLAN id/range overlap option checked. Network will be created successfully 2. Create another L2 network with same VLAN ID with Bypass VLAN id/range overlap option checked. Network will fail to create with error. ~~~ <!-- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ~~~ Second network succesfully created with same VLAN ID as Bypass VLAN id/range overlap option was checked ~~~ ##### ACTUAL RESULTS <!-- What actually happened? --> <!-- Paste verbatim command output between quotes below --> ~~~ Server returns error with message - Network with vlan 100 already exists or overlaps with other network vlans in zone 1 ~~~ Issue is seen with both UI and cmk ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
