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:
Fabian Grünbichler 2020-04-08 14:02:49 +02:00 committed by Thomas Lamprecht
parent 6e2145649c
commit 8c4b70fdf5

View File

@ -811,6 +811,7 @@ my $net_fmt = {
type => 'string',
description => $net_fmt_bridge_descr,
format_description => 'bridge',
pattern => '[-_.\w\d]+',
optional => 1,
},
queues => {