I did it a way that is not directly documented, and not shown in any examples. Kinda had to guess. =( Anyways, here it is:
inone = "fxp0" intwo = "fxp1" inthree = fxp2" infour = "xl0" infive = "xl1" insix = "xl2" all_ifs = "{" $inone $intwo $inthree $infour $infive $insix "}" On Monday 13 February 2006 20:28, kyle wrote: > Im having trouble finding out if(I'm sure it does) the pf.conf > supports interface ranges and how to implement it. Right now, I have > an ugly rule that specifies each interface(tun0, tun1, tun2, etc..). > If I somehow missed this in some documentation, please feel free to > tell me to STFA or RTFM - but I have checked both the past week and > haven't found anything. I also don't have the luxury to just try it > out at the moment..Any help is appreciated - thanks!