Project

General

Profile

« Previous | Next » 

Revision 06702ef7

Added by Chris Buechler almost 16 years ago

add missing sysctl to config upgrade

View differences:

etc/inc/upgrade_config.inc
727 727
		$config['sysctl']['item'][19]['tunable'] = "hw.bce.tso_enable";
728 728
		$config['sysctl']['item'][19]['desc'] =    "TCP Offload engine - BCE";
729 729
		$config['sysctl']['item'][19]['value'] =   "0";
730
		
731
		$config['sysctl']['item'][20]['tunable'] = "net.inet.ip.portrange.first";
732
		$config['sysctl']['item'][20]['desc'] =    "Set the ephemeral port range starting port";
733
		$config['sysctl']['item'][20]['value'] =   "1024";
734

  
730 735
	}
731 736
}
732 737

  

Also available in: Unified diff