aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-06 01:28:39 -0500
committerBill Nottingham <notting@redhat.com>2010-01-06 01:33:17 -0500
commit975cb0add7a6b8d4b2277e4581094de207b8147a (patch)
tree87d1213fdabbabc0a3b484d63166991f8632b2a5 /rc.d
parent8a9bb8cc2543a4568ee2a9f240edd090ff932bbd (diff)
downloadinitscripts-975cb0add7a6b8d4b2277e4581094de207b8147a.tar
initscripts-975cb0add7a6b8d4b2277e4581094de207b8147a.tar.gz
initscripts-975cb0add7a6b8d4b2277e4581094de207b8147a.tar.bz2
initscripts-975cb0add7a6b8d4b2277e4581094de207b8147a.tar.xz
initscripts-975cb0add7a6b8d4b2277e4581094de207b8147a.zip
ip_always_defrag was removed in the *2.4* kernel.
I think we can safely remove this code.
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/network5
1 files changed, 0 insertions, 5 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index f468c636..7f9f5748 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -225,11 +225,6 @@ case "$1" in
action $"Disabling IPv4 packet forwarding: " sysctl -w net.ipv4.ip_forward=0
fi
fi
- if [ -f /proc/sys/net/ipv4/ip_always_defrag ]; then
- if [ $(cat /proc/sys/net/ipv4/ip_always_defrag) != 0 ]; then
- action $"Disabling IPv4 automatic defragmentation: " sysctl -w net.ipv4.ip_always_defrag=0
- fi
- fi
fi
# IPv6 hook (post IPv4 stop)