From 0b8ac6616f4cb618d1d703aaa542ecb98560090b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 12 Sep 2022 17:22:39 +0200 Subject: [PATCH] macros: s/SPICE/SPICEproxy/ 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 --- src/PVE/Firewall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index 96149c5..c56e448 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -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' => [ -- 2.39.2