mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 19:20:11 +00:00
config: harmonize bridge pattern
so that pve-container and qemu-server use the same one, in preparation for moving it to JSONSchema and having a bridgepair format. (cherry picked from commit 5ef36728901f3ae459eb649aceea38620f0a09e2) Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
6e2145649c
commit
8c4b70fdf5
@ -811,6 +811,7 @@ my $net_fmt = {
|
||||
type => 'string',
|
||||
description => $net_fmt_bridge_descr,
|
||||
format_description => 'bridge',
|
||||
pattern => '[-_.\w\d]+',
|
||||
optional => 1,
|
||||
},
|
||||
queues => {
|
||||
|
Loading…
Reference in New Issue
Block a user