Main repository for pfSense
Go to file
Scott Ullrich 4ebd717767 Add L2 L3 Cache lookup by default.
- Import infrastructure for caching flows as a means of accelerating L3 and L2 lookups
   as well as providing stateful load balancing when used with RADIX_MPATH.
 - Currently compiled in to i386 and amd64 but disabled by default, it can be enabled at
   runtime with 'sysctl net.inet.flowtable.enable=1'.

 - Embedded users can remove it entirely from the kernel by adding 'nooption FLOWTABLE' to
   their kernel config files.

 - A minimal hookup will be added to ip_output in a subsequent commit. I would like to see
   more review before bringing in changes that require more churn.
2009-06-09 22:38:49 -04:00
boot Use FreeBSD specific files 2009-05-15 13:21:15 -04:00
cf/conf Remove duplicate config.xml and restore conf.default/config.xml if /conf/config.xml and no backups exist 2009-03-14 20:03:13 -05:00
conf.default Add L2 L3 Cache lookup by default. 2009-06-09 22:38:49 -04:00
etc Add CARP hooks to devd.conf 2009-06-08 19:56:24 -04:00
root Set tcsh autologout to 0 2007-04-21 21:28:24 +00:00
sbin Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!) 2009-03-16 17:50:44 +00:00
tmp Ensure we are mount rw 2008-11-09 00:30:06 +00:00
usr Use $RealIf.vlan$tag interface names for vlans. This makes them more userfriendly. 2009-06-08 22:23:40 +00:00