Fix whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
415f480410
commit
537171eac2
@ -353,7 +353,7 @@ iproute2_post_stop()
|
|||||||
ip -4 route flush table cache dev "${IFACE}"
|
ip -4 route flush table cache dev "${IFACE}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Kernel may not have IPv6 built in
|
# Kernel may not have IPv6 built in
|
||||||
if [ -e /proc/net/ipv6_route ]; then
|
if [ -e /proc/net/ipv6_route ]; then
|
||||||
local rules="$(service_get_value "ip6_rule")"
|
local rules="$(service_get_value "ip6_rule")"
|
||||||
|
@ -43,7 +43,7 @@ macvlan_pre_start()
|
|||||||
[ -z "${macvlan}" ] && return 0
|
[ -z "${macvlan}" ] && return 0
|
||||||
|
|
||||||
_check_macvlan || return 1
|
_check_macvlan || return 1
|
||||||
|
|
||||||
case " ${MODULES} " in
|
case " ${MODULES} " in
|
||||||
*" ifconfig "*)
|
*" ifconfig "*)
|
||||||
eerror "sys-apps/iproute2 is required to configure MACVLANs"
|
eerror "sys-apps/iproute2 is required to configure MACVLANs"
|
||||||
|
Loading…
Reference in New Issue
Block a user