]> git.proxmox.com Git - pmg-api.git/commit
add objectgroup attributes and/invert
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 21 Feb 2024 12:24:29 +0000 (13:24 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 21 Feb 2024 18:30:13 +0000 (19:30 +0100)
commit45d3ef6f0f01fc43f84366d2dc6a24db49406712
tree7ecff5a3e0d2dcfa88ea61121eab5d6ed3a0b8ef
parent219331a03811ae2012a4d3b30946412e7b793f1f
add objectgroup attributes and/invert

add a new table Objectgroup_Attributes where we can save additional
attributes for objectgroups (like the Attribut tables for objects).

Adds two new attributes for the groups:
* and
* invert

These will modify the match behaviour for object groups

Add the table to cluster sync, backup and factory reset.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PMG/API2/ObjectGroupHelpers.pm
src/PMG/Backup.pm
src/PMG/Cluster.pm
src/PMG/DBTools.pm
src/PMG/RuleDB.pm