Index: compiler =================================================================== --- compiler (revision 6941) +++ compiler (working copy) @@ -2627,7 +2627,7 @@ # packets that are not part of a marked connection to the 'tcpre/tcout' chains. # if [ -n "$ROUTEMARK_INTERFACES" -a -z "$TC_EXPERT" ]; then - mark_part="-m mark --mark 0/0xFF00" + [ -n "$HIGH_ROUTE_MARKS" ] && mark_part="-m mark --mark 0/0xFF00" || mark_part="-m mark --mark 0/0xFF" # # But let marks in tcpre override those assigned by 'track' #