block in log quick inet proto {tcp udp} from {any} port {0} to {any} label "7b5bdc64d7ae74be1932f6764a591da5" # block all targeting port 0block in log quick inet6 proto {tcp udp} from {any} port {0} to {any} label "7b5bdc64d7ae74be1932f6764a591da5" # block all targeting port 0block in log quick inet proto {tcp udp} from {any} to {any} port {0} label "ae69f581dc429e3484a65f8ecd63baa5" # block all targeting port 0block in log quick inet6 proto {tcp udp} from {any} to {any} port {0} label "ae69f581dc429e3484a65f8ecd63baa5" # block all targeting port 0
This looks like one of those empty() issue where "0" is treated as "" but that is not what we want... let me fix that.
# opnsense-patch a2d55c89394 && opnsense-patch e37a47371823Fetched a2d55c89394 via https://github.com/opnsense/coreHmm... Looks like a unified diff to me...The text leading up to this was:--------------------------|From a2d55c8939489fedd714bdb70ac0e640c5911df5 Mon Sep 17 00:00:00 2001|From: Franco Fichtner <franco@opnsense.org>|Date: Thu, 9 Nov 2023 09:06:50 +0100|Subject: [PATCH] firewall: port can be zero in automatic rule, render| accordingly||PR: https://forum.opnsense.org/index.php?topic=36885.0|---| src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php | 4 ++--| 1 file changed, 2 insertions(+), 2 deletions(-)||diff --git a/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php b/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php|index 1ddbef8a79..8ef346b7c3 100644|--- a/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php|+++ b/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php--------------------------Patching file opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php using Plan A...Hunk #1 succeeded at 329.Hunk #2 succeeded at 355.doneAll patches have been applied successfully. Have a nice day.Fetched e37a47371823 via https://github.com/opnsense/coreHmm... Looks like a unified diff to me...The text leading up to this was:--------------------------|From e37a4737182314444539c0b83ccfd37fed4ab85f Mon Sep 17 00:00:00 2001|From: Franco Fichtner <franco@opnsense.org>|Date: Thu, 9 Nov 2023 12:17:46 +0100|Subject: [PATCH] firewall: also patch this spot -.-||---| src/www/guiconfig.inc | 2 +-| 1 file changed, 1 insertion(+), 1 deletion(-)||diff --git a/src/www/guiconfig.inc b/src/www/guiconfig.inc|index 7911fa1ab5..1fa010938d 100644|--- a/src/www/guiconfig.inc|+++ b/src/www/guiconfig.inc--------------------------Patching file www/guiconfig.inc using Plan A...Hunk #1 succeeded at 340.doneAll patches have been applied successfully. Have a nice day.# configctl webgui restartOK