]> git.proxmox.com Git - pve-firewall.git/commitdiff
macros: s/SPICE/SPICEproxy/
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 15:22:39 +0000 (17:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 15:22:40 +0000 (17:22 +0200)
while I'm still a bit on the edge about the usefulness of this macro,
it should better convey for what it is, as SPICE itself doesn't
really have a direct port (in PVE that is), but all runs through our
spiceproxy, so name the macro that way.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Firewall.pm

index 96149c5bc5f56690787f3573192794ee0ba17b76..c56e44804742b70c4e304c499421993b113d4f10 100644 (file)
@@ -494,8 +494,8 @@ my $pve_fw_macros = {
        { action => 'PARAM', proto => '41' },
        { action => 'PARAM', proto => 'udp', dport => '5072,8374' },
     ],
-    'SPICE' => [
-       "SPICE display proxy traffic",
+    'SPICEproxy' => [
+       "Proxmox VE SPICE display proxy traffic",
        { action => 'PARAM', proto => 'tcp', dport => '3128' },
     ],
     'Squid' => [