[GH-ISSUE #290] Bridge name pattern does not accept all valid characters #229

Closed
opened 2026-02-27 16:38:30 +03:00 by kerem · 0 comments
Owner

Originally created by @sque on GitHub (Apr 24, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/290

In my network setup I use br-something as the name of the bridge. When I tried to add a new network in webvirtmgr for this bridge interface I got the error "Please match the requested format."

I believe that bridge interface should accept dash and hyphens. The pattern attribute of the html tag should be changed from [a-z0-9]+ to [a-z0-9\-_]+


Originally created by @sque on GitHub (Apr 24, 2014). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/290 In my network setup I use br-something as the name of the bridge. When I tried to add a new network in webvirtmgr for this bridge interface I got the error `"Please match the requested format."` I believe that bridge interface should accept dash and hyphens. The `pattern` attribute of the html tag should be changed from `[a-z0-9]+` to `[a-z0-9\-_]+` ``` ```
kerem closed this issue 2026-02-27 16:38:30 +03:00
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#229
No description provided.