public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ee13f80e5938cc4e16304810a356462647f46c3c
@ 2024-04-08 17:43 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2024-04-08 17:43 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3131 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, master has been updated
       via  ee13f80e5938cc4e16304810a356462647f46c3c (commit)
      from  b7da97fd59f010ea8fa7bca845d18e52ca89bc5a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ee13f80e5938cc4e16304810a356462647f46c3c
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Mon Apr 8 18:57:21 2024 +0200

    configroot: Add in LOGDROPHOSTILExxx values
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/configroot | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Difference in files:
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


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-08 17:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08 17:43 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ee13f80e5938cc4e16304810a356462647f46c3c Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox