mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 13:10:57 +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. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
5bc084707b
commit
e1cfa02e62
@ -846,6 +846,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