From ec01e39479ed071b4d2e5e39dc76f1c779715b40 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 28 May 2011 19:03:18 -0700 Subject: [PATCH] Add LOGBURST to */shorewall.conf --- Samples/Universal/shorewall.conf | 2 ++ Samples/one-interface/shorewall.conf | 2 ++ Samples/three-interfaces/shorewall.conf | 2 ++ Samples/two-interfaces/shorewall.conf | 2 ++ Shorewall/configfiles/shorewall.conf | 2 ++ 5 files changed, 10 insertions(+) diff --git a/Samples/Universal/shorewall.conf b/Samples/Universal/shorewall.conf index 844299138..7f0a01b90 100644 --- a/Samples/Universal/shorewall.conf +++ b/Samples/Universal/shorewall.conf @@ -27,6 +27,8 @@ LOG_MARTIANS=Yes LOG_VERBOSITY=2 +LOGBURST= + LOGFILE=/var/log/messages LOGFORMAT="Shorewall:%s:%s:" diff --git a/Samples/one-interface/shorewall.conf b/Samples/one-interface/shorewall.conf index 25aace649..15b10756b 100644 --- a/Samples/one-interface/shorewall.conf +++ b/Samples/one-interface/shorewall.conf @@ -38,6 +38,8 @@ LOG_MARTIANS=Yes LOG_VERBOSITY=2 +LOGBURST= + LOGFILE=/var/log/messages LOGFORMAT="Shorewall:%s:%s:" diff --git a/Samples/three-interfaces/shorewall.conf b/Samples/three-interfaces/shorewall.conf index 6f9086652..cf102c45b 100644 --- a/Samples/three-interfaces/shorewall.conf +++ b/Samples/three-interfaces/shorewall.conf @@ -36,6 +36,8 @@ LOG_MARTIANS=Yes LOG_VERBOSITY=2 +LOGBURST= + LOGFILE=/var/log/messages LOGFORMAT="Shorewall:%s:%s:" diff --git a/Samples/two-interfaces/shorewall.conf b/Samples/two-interfaces/shorewall.conf index 67d2b6c6a..539bbc4b5 100644 --- a/Samples/two-interfaces/shorewall.conf +++ b/Samples/two-interfaces/shorewall.conf @@ -39,6 +39,8 @@ LOG_MARTIANS=Yes LOG_VERBOSITY=2 +LOGBURST= + LOGFILE=/var/log/messages LOGFORMAT="Shorewall:%s:%s:" diff --git a/Shorewall/configfiles/shorewall.conf b/Shorewall/configfiles/shorewall.conf index c6042271d..cc79989cd 100644 --- a/Shorewall/configfiles/shorewall.conf +++ b/Shorewall/configfiles/shorewall.conf @@ -27,6 +27,8 @@ LOG_MARTIANS=Yes LOG_VERBOSITY=2 +LOGBURST= + LOGFILE=/var/log/messages LOGFORMAT="Shorewall:%s:%s:"