[BACK]Return to pf.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/pf.conf between version 1.25 and 1.26

version 1.25, 2004/01/29 18:54:29 version 1.26, 2004/02/26 22:11:11
Line 15 
Line 15 
 #table <foo> { 10.0.0.0/8, !10.1.0.0/16, 192.168.0.0/24, 192.168.1.18 }  #table <foo> { 10.0.0.0/8, !10.1.0.0/16, 192.168.0.0/24, 192.168.1.18 }
   
 # Options: tune the behavior of pf, default values are given.  # Options: tune the behavior of pf, default values are given.
 #set timeout { interval 10, frag 30 }  #set timeout { interval 10, frag 30, src.track 0 }
 #set timeout { tcp.first 120, tcp.opening 30, tcp.established 86400 }  #set timeout { tcp.first 120, tcp.opening 30, tcp.established 86400 }
 #set timeout { tcp.closing 900, tcp.finwait 45, tcp.closed 90 }  #set timeout { tcp.closing 900, tcp.finwait 45, tcp.closed 90 }
 #set timeout { udp.first 60, udp.single 30, udp.multiple 60 }  #set timeout { udp.first 60, udp.single 30, udp.multiple 60 }
 #set timeout { icmp.first 20, icmp.error 10 }  #set timeout { icmp.first 20, icmp.error 10 }
 #set timeout { other.first 60, other.single 30, other.multiple 60 }  #set timeout { other.first 60, other.single 30, other.multiple 60 }
 #set timeout { adaptive.start 0, adaptive.end 0 }  #set timeout { adaptive.start 0, adaptive.end 0 }
 #set limit { states 10000, frags 5000 }  #set limit { states 10000, src-nodes 10000, frags 5000 }
 #set loginterface none  #set loginterface none
 #set optimization normal  #set optimization normal
 #set block-policy drop  #set block-policy drop

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26