From 02760563d7ea60bf767812aa0cf5cd97d20a2217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Mon, 14 Nov 2016 22:03:34 +0100 Subject: fix typo in IPV6_SET_SYSCTLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo introduced in commit 432951d. Related: https://github.com/fedora-sysv/initscripts/pull/2 Signed-off-by: Pavel Šimerda --- sysconfig/network-scripts/ifdown-ipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifdown-ipv6 b/sysconfig/network-scripts/ifdown-ipv6 index 1452da0e..c849d1fa 100755 --- a/sysconfig/network-scripts/ifdown-ipv6 +++ b/sysconfig/network-scripts/ifdown-ipv6 @@ -62,7 +62,7 @@ if [ $? != 0 -a $? != 11 ]; then exit 1 fi -if [ ! "$IPV6_SET_SYCTL" = "no" ]; then +if [ ! "$IPV6_SET_SYSCTLS" = "no" ]; then # Switch some sysctls to secure mode /sbin/sysctl -e -w net.ipv6.conf.$SYSCTLDEVICE.forwarding=0 >/dev/null 2>&1 /sbin/sysctl -e -w net.ipv6.conf.$SYSCTLDEVICE.accept_ra=0 >/dev/null 2>&1 -- cgit v1.2.1