diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-15 19:56:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-15 19:56:00 +0000 |
commit | e72a023cf0e95adbdc564ccb15b31e4f896ce0a7 (patch) | |
tree | f5ab6970252cf6831ef92d2041249d91d28815dd /sysctl.conf | |
parent | dc494a0c9da051f59bfb76f6828699a87f92ecba (diff) | |
download | initscripts-e72a023cf0e95adbdc564ccb15b31e4f896ce0a7.tar initscripts-e72a023cf0e95adbdc564ccb15b31e4f896ce0a7.tar.gz initscripts-e72a023cf0e95adbdc564ccb15b31e4f896ce0a7.tar.bz2 initscripts-e72a023cf0e95adbdc564ccb15b31e4f896ce0a7.tar.xz initscripts-e72a023cf0e95adbdc564ccb15b31e4f896ce0a7.zip |
ip_always_defrag goes *poof*
Diffstat (limited to 'sysctl.conf')
-rw-r--r-- | sysctl.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysctl.conf b/sysctl.conf index 59a86d44..b6ce4d8e 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -2,7 +2,5 @@ net.ipv4.ip_forward = 0 # Enables source route verification net.ipv4.conf.all.rp_filter = 1 -# Disables automatic defragmentation (needed for masquerading, LVS) -net.ipv4.ip_always_defrag = 0 # Disables the magic-sysrq key kernel.sysrq = 0 |