Add do_condition() call in process_mangle_rule1()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-12-21 08:46:16 -08:00
parent 9dcac6012b
commit 541291b729
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -4965,6 +4965,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$$ ) {
do_dscp( $dscp ) .
state_match( $state ) .
do_time( $time ) .
do_condition( $condition, $chainref->{name} ) .
( $ttl ? "-t $ttl " : '' ) .
$raw_matches ,
$source ,