aparcar / openwrt

Staging tree of Paul Spooren
Other
9 stars 1 forks source link

FS#188 - 6in4: busybox/ local regression #209

Closed aparcar closed 7 years ago

aparcar commented 7 years ago

slh:

After upgrading to r1681, I noticed: user.notice 6in4-wan6: update 2/3: uclient-fetch: local: line 2: not in a function user.notice 6in4-wan6: update 2/3: timeout user.notice 6in4-wan6: update 3/3: uclient-fetch: local: line 2: not in a function user.notice 6in4-wan6: update 3/3: timeout user.notice 6in4-wan6: update failed

Removing the "local" declaration from [[https://git.lede-project.org/?p=source.git;a=blob;f=package/network/ipv6/6in4/files/6in4.sh;h=c358a222fa355fcf2d196cfa3535df7fbc7b8646;hb=HEAD#l14|6in4.sh]] appears to fix the problem.

aparcar commented 7 years ago

slh:

As a quick clarification, I only removed the local declaration from the subshell invocation in proto_6in4_update() (line 14), no other changes.

aparcar commented 7 years ago

jow-:

Fixed with https://git.lede-project.org/864b2d113ad0815c2444575014e7cf51498944db - thanks for reporting.