summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/network_ipv62
-rw-r--r--etc/rc.network62
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/network_ipv6 b/etc/rc.d/network_ipv6
index 3f6cd89..751262d 100644
--- a/etc/rc.d/network_ipv6
+++ b/etc/rc.d/network_ipv6
@@ -263,7 +263,7 @@ network6_stf_setup() {
IFS=".$IFS"
set ${stf_interface_ipv4addr}
IFS="$OIFS"
- ipv4_in_hexformat=`printf "%x:%x\n", \
+ ipv4_in_hexformat=`printf "%x:%x\n" \
$(($1*256 + $2)) $(($3*256 + $4))`
case ${stf_interface_ipv6_ifid} in
[Aa][Uu][Tt][Oo] | '')
diff --git a/etc/rc.network6 b/etc/rc.network6
index 3f6cd89..751262d 100644
--- a/etc/rc.network6
+++ b/etc/rc.network6
@@ -263,7 +263,7 @@ network6_stf_setup() {
IFS=".$IFS"
set ${stf_interface_ipv4addr}
IFS="$OIFS"
- ipv4_in_hexformat=`printf "%x:%x\n", \
+ ipv4_in_hexformat=`printf "%x:%x\n" \
$(($1*256 + $2)) $(($3*256 + $4))`
case ${stf_interface_ipv6_ifid} in
[Aa][Uu][Tt][Oo] | '')
OpenPOWER on IntegriCloud