[BACK]Return to queue3 CVS log [TXT][DIR] Up to [local] / src / share / pf

Diff for /src/share/pf/Attic/queue3 between version 1.2 and 1.3

version 1.2, 2003/01/20 16:14:23 version 1.3, 2006/10/07 04:48:01
Line 8 
Line 8 
 queue pri-med priority 1 priq(default)  queue pri-med priority 1 priq(default)
 queue pri-high priority 2  queue pri-high priority 2
   
 pass out on $ext_if proto tcp from any to any port 22 keep state \  pass out on $ext_if proto tcp from any to any port 22 \
     queue(pri-med, pri-high)      queue(pri-med, pri-high)
 pass out on $ext_if proto tcp from any to any port 80 keep state queue pri-med  pass out on $ext_if proto tcp from any to any port 80 queue pri-med
 pass in  on $ext_if proto tcp from any to any port 80 keep state queue pri-low  pass in  on $ext_if proto tcp from any to any port 80 queue pri-low
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3