From fadc8aa2871eb4331beb8c9db76310269bc03542 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 5 Jan 2009 13:37:48 -0500 Subject: Set MTU correctly for 6to4. (#477976, ) --- sysconfig/network-scripts/network-functions-ipv6 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6 index 5a57408f..facc0171 100644 --- a/sysconfig/network-scripts/network-functions-ipv6 +++ b/sysconfig/network-scripts/network-functions-ipv6 @@ -1331,14 +1331,8 @@ ipv6_set_mtu() { ipv6_test testonly || return 2 - # Check whether key exists - ipv6_exec_sysctl net.ipv6.conf.$device.mtu >/dev/null 2>&1 - if [ $? -ne 0 ]; then - return 3 - fi - # Set value - ipv6_exec_sysctl -w net.ipv6.conf.$device.mtu=$ipv6_mtu >/dev/null 2>&1 + ipv6_exec_ip link set dev $device mtu $ipv6_mtu return 0 } -- cgit v1.2.1