]> git.proxmox.com Git - pve-firewall.git/commit
make $pve_std_chains a copy of $pve_std_chains_conf
authorTom Weber <pve@junkyard.4t2.com>
Wed, 18 Oct 2017 20:24:02 +0000 (22:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 19 Oct 2017 06:00:17 +0000 (08:00 +0200)
commitcfd7cd9caa8d26130d8eee9007b56aff805463e4
treee159cc00b93f1ea5254f21afb2ff9084701a877e
parent044409e5b479a4bbff6147dab3d8350fab156e58
make $pve_std_chains a copy of $pve_std_chains_conf

create a new $pve_std_chains with $pve_std_chains_conf as template on
every compilation of the rules. This avoids persitant changes to the
$pve_std_chains and makes it easier to read the std_chains configuration
from external config files (later to implement).

Signed-off-by: Tom Weber <pve@junkyard.4t2.com>
src/PVE/Firewall.pm