mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 04:11:22 +01:00
Fix typo in Mark Value error message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5451 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
cb35721f2e
commit
8568bc34ea
@ -74,7 +74,7 @@ process_tc_rule()
|
||||
verify_small_mark()
|
||||
{
|
||||
verify_mark $1
|
||||
[ $(($1)) -lt 256 ] || fatal_error "Mark Value ($1) too larg, rule \"$rule\""
|
||||
[ $(($1)) -lt 256 ] || fatal_error "Mark Value ($1) too large, rule \"$rule\""
|
||||
}
|
||||
|
||||
do_connmark()
|
||||
|
Loading…
Reference in New Issue
Block a user