From 51cf3f8be548e3bb3bff19bab7c27dbb56e6e426 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 21 Mar 2014 13:39:03 +0100 Subject: [PATCH] firewall: rules.pl: Honour time constraints for NAT rules as well. --- config/firewall/rules.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index a131c54a8..f25983ce5 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -322,6 +322,7 @@ sub buildrules { } push(@nat_options, @source_options); push(@nat_options, ("-d", $nat_address)); + push(@nat_options, @time_options); my $dnat_port; if ($protocol_has_ports) { -- 2.39.2