summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-09-23 16:40:37 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-09-23 16:40:37 -0700
commit5a2549a7bc30dfcaf1b8e9c3cedf68bd470a717f (patch)
tree999893e8da2729f1e4d91172148a1b353592afa1 /sysconf
parent3d4b0dcf7e73f6a245c6c2b0a84a9fadad2ccaaf (diff)
downloadvyatta-cfg-system-5a2549a7bc30dfcaf1b8e9c3cedf68bd470a717f.tar.gz
vyatta-cfg-system-5a2549a7bc30dfcaf1b8e9c3cedf68bd470a717f.zip
No longer need to turn off SACK
The TCP MD5 code is fixed to handle SACK correctly.
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/vyatta-sysctl.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf
index fae11945..a021c42a 100644
--- a/sysconf/vyatta-sysctl.conf
+++ b/sysconf/vyatta-sysctl.conf
@@ -22,8 +22,5 @@ net.ipv4.icmp_ignore_bogus_error_responses=1
# Send ICMP responses with primary address of exiting interface
net.ipv4.icmp_errors_use_inbound_ifaddr=1
-# Turn off SACK since it causes problems with MD5 due to lack of options space
-net.ipv4.tcp_sack=0
-
# Enable packet forwarding for IPv6
net.ipv6.conf.all.forwarding=1