summaryrefslogtreecommitdiff
path: root/sysconf/vyatta-sysctl.conf
AgeCommit message (Collapse)Author
2012-10-01Bugfix 8356: Fix ARP flux with VRRP addressesJohn Southworth
Use the best local address for the reply to this arp request. This avoids ARP flux when arp requests for the VIP are received by the parent interface.
2011-12-09sysctl: increase maximum allowed socket bufferStephen Hemminger
Need to allow netlink applications (like Quagga) to set large receive buffering. This fixes regression since it was set large back in Glendale.
2011-12-01Change arp_filter for all to 0 to allow vrrp interfaces to override the ↵John Southworth
default of 1
2011-02-25Change where ipv6 route table size is increasedStephen Hemminger
Can't do it early in boot because ipv6 module may not be loaded.
2011-02-22Increase upper limit of IPV6 route tableStephen Hemminger
Bug 6681 Default configuration for IPV6 max routes is too small
2010-07-14Enable putting core files /var/coreStephen Hemminger
For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission.
2010-01-20Set IPV6 parameters in rl-system.initStephen Hemminger
The problem is that IPV6 module is not loaded when sysctl's are interpreted during boot, and we want to allow marking IPV6 disabled.
2010-01-19Change how IPV4/IPV6 configuration values are doneStephen Hemminger
1. Move vyatta-sysctl.conf from rl-system.init to procps This makes configuration happen early (before networking) 2. Do IPV6 configuration for address_flush in rl-system.init (after IPV6 is loaded) 3. Cleanup shell code for ipv6_params: * no sudo needed in startup scripts * use cleaner iteration
2010-01-14Add sysctl to control IPV6 address flushStephen Hemminger
Bug 3696 This adds parameter to keep Vyatta IPV6 behavior
2009-12-23Set default to only ARP if IP address matches received interfaceStephen Hemminger
This is a resolution of Bug 5031 Set default to 1 - reply only if the target IP address is local address configured on the incoming interface. This makes Vyatta behaves like interface base address model.
2009-09-22Bugfix 4951: Don't fail if IPv6 kernel module is not loaded.Bob Gilligan
Handle cases where IPv6 kernel module is not loaded more gracefully.
2009-02-27Fix Bug 2463 Allow the neighbor table threshold values to beMohit Mehta
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface
2009-02-24set default values for ipv6 accept_redirects and accept_source_routeMohit Mehta
2009-02-19Fix Bug 3951 default values for kernel tunable security parameters under ↵Mohit Mehta
firewall
2008-11-17Fix sysctl key valuesStephen Hemminger
Correct value is 'kernel.panic' not 'sys.kernel.panic'
2008-11-14Speed up bootStephen Hemminger
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place
2008-09-23No longer need to turn off SACKStephen Hemminger
The TCP MD5 code is fixed to handle SACK correctly.
2008-07-30Enable IPv6 forwarding.Stig Thormodsrud
2008-06-05Turn off TCP SACKStephen Hemminger
This is a workaround for bug 3313. The problem is that MD5 uses up what little space there for TCP options in header.
2008-05-13Move sysctl configuration to /etc/vyatta-sysctl.confStephen Hemminger
Change settings and move sysctl values to separate file /etc/vyatta-sysctl.conf. This allows for user/support to adjust configuration without changing the rl-system.init script.