From: Bernhard Bitsch <bbitsch@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] configroot: Add in LOGDROPHOSTILExxx values
Date: Thu, 11 Apr 2024 22:39:51 +0200 [thread overview]
Message-ID: <7fbb6785-58c8-415b-81b3-2901f0b40109@ipfire.org> (raw)
In-Reply-To: <20240408165721.3503506-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2260 bytes --]
Reviewed-by: Bernhard Bitsch <bbitsch(a)ipfire.org>
Am 08.04.2024 um 18:57 schrieb Adolf Belka:
> - I checked out doing a fresh install of CU184 and found that although the
> LOGDROPHOSTILEIN and LOGDROPHOSTILEOUT entries were selected as "on" the values were not
> in the /var/ipfire/optionsfw/settings file.
> - After some investigfation I realised that when I created the LOGDROPHOSTILE split into
> incoming and outgoing I had not added them into the configroot lfs file.
> - This patch adds the two entries and this was tested out with a fresh install and
> confirmed to update the settings file.
>
> Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/configroot | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/lfs/configroot b/lfs/configroot
> index 66efe04b5..9f6c1ff8c 100644
> --- a/lfs/configroot
> +++ b/lfs/configroot
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2024 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -133,6 +133,8 @@ $(TARGET) :
> echo "DROPWIRELESSFORWARD=on" >> $(CONFIG_ROOT)/optionsfw/settings
> echo "DROPSPOOFEDMARTIAN=on" >> $(CONFIG_ROOT)/optionsfw/settings
> echo "DROPHOSTILE=on" >> $(CONFIG_ROOT)/optionsfw/settings
> + echo "LOGDROPHOSTILEIN=on" >> $(CONFIG_ROOT)/optionsfw/settings
> + echo "LOGDROPHOSTILEOUT=on" >> $(CONFIG_ROOT)/optionsfw/settings
> echo "LOGDROPCTINVALID=on" >> $(CONFIG_ROOT)/optionsfw/settings
> echo "POLICY=MODE2" >> $(CONFIG_ROOT)/firewall/settings
> echo "POLICY1=MODE2" >> $(CONFIG_ROOT)/firewall/settings
prev parent reply other threads:[~2024-04-11 20:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-08 16:57 Adolf Belka
2024-04-11 20:39 ` Bernhard Bitsch [this message]
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=7fbb6785-58c8-415b-81b3-2901f0b40109@ipfire.org \
--to=bbitsch@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