Removed unnecessary comma in stf addr printf in hex format,
which I mysteriously added. Submitted by: ume
This commit is contained in:
parent
76f62d0c9d
commit
808a8f89a1
@ -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] | '')
|
||||
|
@ -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] | '')
|
||||
|
Loading…
Reference in New Issue
Block a user