Uh oh!
There was an error while loading. Please reload this page.
UI: user must specify the start of guest vlan range for advanced zone - #7038
Merged
DaanHoogland merged 1 commit intoJan 3, 2023
Merged
Conversation
Codecov Report
@@ Coverage Diff @@## 4.17 #7038 +/- ##
=========================================
Coverage 10.36% 10.36% - Complexity 6630 6631 +1
=========================================
Files 2453 2453 Lines 242386 242386 Branches 37928 37928 =========================================
+ Hits 25120 25129 +9 + Misses 214158 214148 -10 - Partials 3108 3109 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
DaanHoogland
commented
Jan 3, 2023
Contributor
blueorangutan
commented
Jan 3, 2023
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
blueorangutan
commented
Jan 3, 2023
UI build: ✔️ |
shwstppr
approved these changes
Jan 3, 2023
DaanHoogland added a commit
that referenced
this pull request
Jan 4, 2023
* 4.17: UI: user must specify the start of guest vlan range for advanced zone (#7038)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes#6727
The start of guest vlan range is a must.
if end is not set, the vlan range is start-start
otherwise, the vlan range is start-end
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Start and end are not set.

Start is set

wrong range

correct range

How Has This Been Tested?