From 6bb03c18068b816f75d4e40fbee6887886733e5a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 30 Sep 2019 09:28:39 +0200 Subject: [PATCH] firewall: remove two sentences via IRC question raised The default implies to leave it that way if unsure. The ominous warning means nothing without explanation, but the effect is clear for people wanting to use another setting for direction: o Egress rules filter on outbound, so half the performance passing traffic inwards is already wasted by not dropping it on inbound. o Egress rules cannot set policy routes since policy routes set outbound interface on inbound and thus the decision was already made. --- src/www/firewall_rules_edit.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index 0a3a4239f..1271e2424 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -825,10 +825,8 @@ include("head.inc"); endforeach; ?>