Merge branch '5.2.0'

This commit is contained in:
Tom Eastep 2018-08-24 15:33:16 -07:00
commit 1b6de901e0
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -3140,6 +3140,7 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$$ ) {
#
$rule .= join( '',
do_proto($proto, $ports, $sports),
do_ratelimit( $ratelimit, 'ACCEPT' ),
do_user( $user ) ,
do_test( $mark , $globals{TC_MASK} ) ,
do_connlimit( $connlimit ),