Diff for /elwix/config/etc/default/sysctl.conf between versions 1.4 and 1.4.2.2

version 1.4, 2012/10/12 08:22:44 version 1.4.2.2, 2013/01/24 13:14:15
Line 4 Line 4
 #  #
 # $Id$  # $Id$
   
   sysctl -w kern.coredump=0
 sysctl -w net.inet.ip.forwarding=1  sysctl -w net.inet.ip.forwarding=1
 sysctl -w net.inet.ip.fastforwarding=1  sysctl -w net.inet.ip.fastforwarding=1
 sysctl -w net.inet.tcp.ecn.enable=1  sysctl -w net.inet.tcp.ecn.enable=1
   sysctl -w net.inet6.ip6.forwarding=1
   sysctl -w net.inet6.ip6.accept_rtadv=0
   sysctl -w net.inet6.ip6.no_radr=0
 sysctl -w kern.maxfilesperproc=4096  sysctl -w kern.maxfilesperproc=4096
 sysctl -w kern.maxfiles=1024  sysctl -w kern.maxfiles=1024
 sysctl -w kern.ipc.somaxconn=1024  sysctl -w kern.ipc.somaxconn=1024

Removed from v.1.4  
changed lines
  Added in v.1.4.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>