Whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
659f7c2bc8
commit
29a1ad3d18
@ -46,7 +46,7 @@ ip6rd_pre_start()
|
|||||||
eerror "${host} is not configured with an IPv4 address"
|
eerror "${host} is not configured with an IPv4 address"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
# TODO: Get this settings from DHCP (Option 212)
|
# TODO: Get this settings from DHCP (Option 212)
|
||||||
if [ -z "${prefix}" ]; then
|
if [ -z "${prefix}" ]; then
|
||||||
eerror "prefix_${IFVAR} not set"
|
eerror "prefix_${IFVAR} not set"
|
||||||
return 1
|
return 1
|
||||||
@ -164,5 +164,5 @@ _ip6rd_prefix_shave_bits()
|
|||||||
then
|
then
|
||||||
printf "%0$(( (32-$2>>2)+(($2%4)?1:0) ))x" \
|
printf "%0$(( (32-$2>>2)+(($2%4)?1:0) ))x" \
|
||||||
$((ipi >> 16))
|
$((ipi >> 16))
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user