]> git.proxmox.com Git - pve-common.git/commit
support unknown types in section config
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 9 Nov 2022 14:35:22 +0000 (15:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 12 Nov 2022 14:41:50 +0000 (15:41 +0100)
commitc9ede1c3b35d091de00dedfc43f7302c09074b27
tree118c77fbf60f1c610775e805ac32b8d4c6ee19af
parente9367c5b9f4bdd11831da167cbc58915d1c73f5e
support unknown types in section config

This adds an opt-in flag to `parse_config` and
`write_config` to allow for unknown section types.

This will simply be left unverified.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/SectionConfig.pm