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:
Fabian Grünbichler 2020-04-08 14:02:47 +02:00 committed by Thomas Lamprecht
parent 5bc084707b
commit e1cfa02e62

View File

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