'ACCEPT' was plain wrong here and broken and disables ALL firewalling for a Container, at least when used in a Security Group.
fixes 857f62c833a604eb8399467a94d325c1994367eb Signed-off-by: Thomas Lamprecht <[email protected]> Reported-by: Tom Weber <[email protected]> --- src/PVE/Firewall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index f294d36..ba1cb5f 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -423,7 +423,7 @@ my $pve_fw_macros = { ], 'Razor' => [ "Razor Antispam System", - { action => 'ACCEPT', proto => 'tcp', dport => '2703' }, + { action => 'PARAM', proto => 'tcp', dport => '2703' }, ], 'Rdate' => [ "Remote time retrieval (rdate)", -- 2.20.1 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
