Bug 761026
Summary: | vlan id should not accept a space in it | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Joey Boggs <jboggs> |
Component: | ovirt-node | Assignee: | Joey Boggs <jboggs> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.2 | CC: | acathrow, bsarathy, cpelland, cshao, gouyang, jboggs, leiwang, mburns, moli, ovirt-maint, sgordon, shcao, thildred, ycui |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-node-2.2.1-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Previously, it was possible to enter invalid characters in the VLAN ID field, which led to network failures.
Now, the VLAN ID field is automatically checked to ensure it does not contain any invalid characters.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-07-19 14:16:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 761537 |
Description
Joey Boggs
2011-12-07 15:35:05 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: The vlan id field allowed spaces which are not valid characters. This led to failures in the network. The field has been updated to check for spaces now and disallow them. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1,3 @@ -The vlan id field allowed spaces which are not valid characters. This led to failures in the network. The field has been updated to check for spaces now and disallow them.+Previously, it was possible to enter invalid characters in the VLAN ID field, which led to network failures. + +Now, the VLAN ID field is automatically checked to ensure it does not contain any invalid characters. Verified on 6.3-20120215 build, it reports "invalid vlan ID" when Vlan ID with spaces. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0741.html |