diff options
Diffstat (limited to 'etc/rc.network6')
-rw-r--r-- | etc/rc.network6 | 2 |
1 files changed, 1 insertions, 1 deletions
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] | '') |