Fix whitespace.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2011-12-26 17:51:28 -08:00
parent 415f480410
commit 537171eac2
2 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ iproute2_post_stop()
ip -4 route flush table cache dev "${IFACE}"
fi
fi
# Kernel may not have IPv6 built in
if [ -e /proc/net/ipv6_route ]; then
local rules="$(service_get_value "ip6_rule")"

View File

@ -43,7 +43,7 @@ macvlan_pre_start()
[ -z "${macvlan}" ] && return 0
_check_macvlan || return 1
case " ${MODULES} " in
*" ifconfig "*)
eerror "sys-apps/iproute2 is required to configure MACVLANs"