5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-19 14:03:53 +03:00
Leo Nunner 856de23adb fix #4556: introduce 'dc' and 'vm' prefix for IPSets
to differentiate whether they should be taken from the datacenter config
or from the local config. The parser now accepts IPSets in the following
format:

    +dc/ipset
	Looks for the IPSet on the Datacenter level.
    +vm/ipset
	Looks for the IPSet on the VM level.
    +ipset
	Uses the previous method of scoping, where it first looks at the
	VM level and then at the Datacenter level.

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
2023-06-07 15:12:56 +02:00
2023-05-22 14:48:12 +02:00
2023-05-22 14:40:55 +02:00
Description
No description provided
1.1 MiB
Languages
Perl 87.8%
C 10.6%
Makefile 1.6%