]> git.proxmox.com Git - pmg-api.git/commit
add rule attributes and/invert (for each relevant type)
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 21 Feb 2024 12:24:30 +0000 (13:24 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 21 Feb 2024 18:30:13 +0000 (19:30 +0100)
commit66481ecf1a72bc2fb5408adb0540c6909e3e5014
tree879aa7a9a38e25deb54118a125bc52f7a3bd9eab
parent45d3ef6f0f01fc43f84366d2dc6a24db49406712
add rule attributes and/invert (for each relevant type)

like with the objectgroups, add an attributes table for groups, and an
'and'/'invert' attribute for each relevant object type
(what/when/from/to).

This is intended to modify the behaviour for the matching regarding
object groups, so that one has more choice in the logical matching.

Also adds the new table to cluster sync, backup and factory reset.

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