You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, maybe I understood: configure writes the configuration for the interface to get up at the next reboot or restart of the service while runOnDevice makes the thing happen right now in a volatile way. I think this should be explained more extensively in the comments for the future readers.
Could you add as a comment in the code the difference between network.createStatic and network.createStaticIface?
From what I can understand, the difference is that createStaticIface creates the configuration file (the actual interface will appear upon reboot or restart of the networking service), with a custom netmask, gateway and IPv4 or IPv6. While this creates the interface in the running system (not in the configuration file) with fixed netmask, no gateway and the primary IPv4. Right? If this is right, I think that it should have a more informative name than just createStatic.
lime-curtigghio only has the test.sh and the readme files, right?
In this case, I would not place it in the packages folder, as it does not have a Makefile.
The test.sh file could be renamed and go in the tests folder.
The readme could be renamed (lime-curtigghio is not clear to me, does it mean anything?) and go either to the website libremesh.org as a new page or in the root of this repository.
the AP interface SSID, both for normal AP and for APuP, gets taken from a new ssid variable.
the %N1 things (e.g. Batman-adv VLAN ID) gets set in a new variable, maybe broadcast_id, instead than being calculated from another setting.
So we would move from:
The APuP pull request #1134 has been merged without addressing some of the comments, so that people could start using it.
So here I report all the comments that still need to be addressed:
#1134 (review)
commenting on:
lime-packages/packages/lime-system/files/usr/lib/lua/lime/network.lua
Line 630 in ee32e4d
#1134 (comment)
commenting on:
lime-packages/packages/lime-system/files/usr/lib/lua/lime/network.lua
Line 550 in ee32e4d
#1134 (comment)
commenting on:
lime-packages/packages/lime-system/files/usr/lib/lua/lime/network.lua
Line 598 in ee32e4d
#1134 (comment)
#1134 (comment)