mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
Correct error message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1140 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
543b6b959f
commit
e5c431bbad
@ -3027,7 +3027,7 @@ process_rule() # $1 = target
|
|||||||
target=reject
|
target=reject
|
||||||
;;
|
;;
|
||||||
CONTINUE)
|
CONTINUE)
|
||||||
[ -n "$ratelimit" ] && fatal_error "Rate Limiting not available with REJECT"
|
[ -n "$ratelimit" ] && fatal_error "Rate Limiting not available with CONTINUE"
|
||||||
target=RETURN
|
target=RETURN
|
||||||
;;
|
;;
|
||||||
DNAT)
|
DNAT)
|
||||||
|
Loading…
Reference in New Issue
Block a user