aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-09-02 15:11:37 +0000
committerBill Nottingham <notting@redhat.com>2002-09-02 15:11:37 +0000
commitc343afc4cdbdd337149ff8700541024a7f321db0 (patch)
treeec64e310d5583f57c99b0875f5a9c55894e65cf5
parent5b305b04c3706f37a2c38d41c7d01b8bd7bf2411 (diff)
downloadinitscripts-c343afc4cdbdd337149ff8700541024a7f321db0.tar
initscripts-c343afc4cdbdd337149ff8700541024a7f321db0.tar.gz
initscripts-c343afc4cdbdd337149ff8700541024a7f321db0.tar.bz2
initscripts-c343afc4cdbdd337149ff8700541024a7f321db0.tar.xz
initscripts-c343afc4cdbdd337149ff8700541024a7f321db0.zip
mtu tweak (<pekkas@netcor.fi>)
-rw-r--r--sysconfig/network-scripts/network-functions-ipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6
index 9661f651..70a6d9f3 100644
--- a/sysconfig/network-scripts/network-functions-ipv6
+++ b/sysconfig/network-scripts/network-functions-ipv6
@@ -1431,7 +1431,7 @@ ipv6_set_mtu() {
ipv6_test testonly || return 2
# Check whether key exists
- ipv6_exec_sysctl net.ipv6.conf.$device.mtu=$ipv6_mtu >/dev/null 2>&1
+ ipv6_exec_sysctl net.ipv6.conf.$device.mtu >/dev/null 2>&1
if [ $? -ne 0 ]; then
return 3
fi