]> git.proxmox.com Git - pve-firewall.git/commit
set sysctls on every apply
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 26 May 2021 14:51:59 +0000 (16:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 26 May 2021 15:27:30 +0000 (17:27 +0200)
commitbad6b74db0cc82240303af3bc068934a7d217122
tree792810085573f3f98e4d97b409d72b59f55c76a4
parent12d3b75f1a8a315caeca1be43914b6ab3aec1f6d
set sysctls on every apply

setting the sysctls needed on every run should not be too costly
(the original implementation used a `system` invocation, which was
far more expensive), and reduce the chances for side-effects.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PVE/Firewall.pm