[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rdr



Bob:

I don't have any ideas about your rdr problem, but I do see
something strange with your filtering rules. You are using
"quick" with every "pass" rule shown. Most noticeably:

> 
> pass in quick on $Int_if all
> pass out quick on $Int_if all
> 

The above rules are followed by various "pass in" and "pass out"
rules pertaining to $Int_if, but the subsequent rules will not be
examined because of "quick" in the rules shown above.

Richard.