From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/4] rules.pl: Do not create HOSTILE rules if no red dev is available.
Date: Wed, 09 Mar 2022 15:12:31 +0100 [thread overview]
Message-ID: <20220309141232.2401848-3-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20220309141232.2401848-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 541 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
config/firewall/rules.pl | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl
index 83216e78a..57f4809b4 100644
--- a/config/firewall/rules.pl
+++ b/config/firewall/rules.pl
@@ -695,6 +695,9 @@ sub drop_hostile_networks () {
return;
}
+ # Exit if there is no red interface.
+ return unless($RED_DEV);
+
# Call function to load the network list of hostile networks.
&ipset_restore($HOSTILE_CCODE);
--
2.30.2
next prev parent reply other threads:[~2022-03-09 14:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-09 14:12 [PATCH 1/4] libloc: Update to 0.9.11 Stefan Schantl
2022-03-09 14:12 ` [PATCH 2/4] rules.pl: Adjust code to use sets generated by libloc 0.9.11 Stefan Schantl
2022-03-09 14:12 ` Stefan Schantl [this message]
2022-03-09 14:12 ` [PATCH 4/4] general-functions.pl: Do not die if no red interface could be determined Stefan Schantl
2022-03-09 14:26 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220309141232.2401848-3-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox