Rate Limiting in Rules - Part 4

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@708 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-08-13 18:51:18 +00:00
parent e454c7fe73
commit 8d9ec49a6b

View File

@ -2514,7 +2514,7 @@ process_rule() # $1 = target
;;
*)
[ -n "$ratelimit" ] && fatal_error \
"Rate Limiting only available with ACCEPT, DNAT[-] and REDIRECT[-]"
"Rate Limiting only available with ACCEPT, DNAT[-], REDIRECT[-] and LOG"
;;
esac