chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45027ab
)
functions: Don't prefix log messages with `new' any more.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 7 Jan 2009 18:55:01 +0000
(18:55 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 7 Jan 2009 18:55:01 +0000
(18:55 +0000)
This was done to distinguish messages from the old firewall script.
We don't need it any more.
functions.m4
patch
|
blob
|
blame
|
history
diff --git
a/functions.m4
b/functions.m4
index 66a83f3bf845cf6bfa04aaa1ab3920fdb57d0654..80caf1db05a92502ea3fb49c4d79590ab73d0a97 100644
(file)
--- a/
functions.m4
+++ b/
functions.m4
@@
-82,7
+82,7
@@
errorchain () {
clearchain $table:$chain
run iptables -t $table -A $chain -j LOG \
-m limit --limit 3/minute --limit-burst 10 \
- --log-prefix "
new
fw: $chain " --log-level notice
+ --log-prefix "fw: $chain " --log-level notice
run iptables -t $table -A $chain -j "$@"
}