[GH-ISSUE #603] Bridge name pattern still does not accept all valid characters #457

Open
opened 2026-02-27 16:39:21 +03:00 by kerem · 0 comments
Owner

Originally created by @mjolnirgs on GitHub (Mar 7, 2016).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/603

Following up from Issue #290 the pattern also needs to accept uppercase characters:

The pattern attribute of the html tag in templates/networks.html on line ~123 should be changed from [a-z0-9]+ to [a-zA-Z0-9-_]+

All of our vlan tags are named in uppercase, and we define our bridges on our KVM hosts to match.

Originally created by @mjolnirgs on GitHub (Mar 7, 2016). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/603 Following up from Issue #290 the pattern also needs to accept uppercase characters: The pattern attribute of the html tag in templates/networks.html on line ~123 should be changed from [a-z0-9]+ to [a-zA-Z0-9-_]+ All of our vlan tags are named in uppercase, and we define our bridges on our KVM hosts to match.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#457
No description provided.