summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-09 01:43:27 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-09 01:43:27 -0800
commit29a1ad3d18e8539077ef9a9636ac2841553cb934 (patch)
treee448292ce95e77e910a0cbf421344fac60d686c8 /net
parent659f7c2bc82c43088fd4a479d8fee849fe89141e (diff)
downloadopenrc-29a1ad3d18e8539077ef9a9636ac2841553cb934.tar.gz
openrc-29a1ad3d18e8539077ef9a9636ac2841553cb934.tar.bz2
openrc-29a1ad3d18e8539077ef9a9636ac2841553cb934.tar.xz
Whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net')
-rw-r--r--net/ip6rd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ip6rd.sh b/net/ip6rd.sh
index 9da0576..03b5897 100644
--- a/net/ip6rd.sh
+++ b/net/ip6rd.sh
@@ -46,7 +46,7 @@ ip6rd_pre_start()
eerror "${host} is not configured with an IPv4 address"
return 1
fi
- # TODO: Get this settings from DHCP (Option 212)
+ # TODO: Get this settings from DHCP (Option 212)
if [ -z "${prefix}" ]; then
eerror "prefix_${IFVAR} not set"
return 1
@@ -164,5 +164,5 @@ _ip6rd_prefix_shave_bits()
then
printf "%0$(( (32-$2>>2)+(($2%4)?1:0) ))x" \
$((ipi >> 16))
- fi
+ fi
}