On 13/04/17 17:59, Ilario Gelmetti wrote:
On 04/13/2017 03:03 AM, Juergen Kimmel wrote:
root@LEDE:~# ip link
I suspect that there is an error in this line:
https://github.com/libremesh/lime-packages/commit/7cda1ad852055e85a3fec7376…
That should be
owrtDeviceName =
network.sanitizeIfaceName(linuxBaseIfname)..openwrtNameSuffix.."_dev"
instead of
owrtDeviceName =
network.limeIfNamePrefix..network.sanitizeIfaceName(linuxBaseIfname)..openwrtNameSuffix.."_dev"
Wow, good catch! You are right, the limeIfNamePreix is already added
when calling sanitizeIfaceName(), should not be added twice.
This could give rise to all the problem.
Can you fix it on the device using
vim /usr/lib/lua/lime/network.lua
going to line 307 and deleting "network.limeIfNamePrefix.."?
If after this and a lime-config and a reboot things are not fixed can
you post the output of
uci show network
(there could be some non "lm_net_" entry of type "device" that
usually
is not present in ar71xx hardware)
Thanks,
Ilario
_______________________________________________
lime-users mailing list
lime-users(a)lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users
--
./p4u