manman-sync: cleanup todos
This commit is contained in:
parent
2feca2e207
commit
9e3219cc2f
@ -13,7 +13,7 @@ local hostname = pretty_hostname.get(uci)
|
|||||||
local manapi = site.manman.api()
|
local manapi = site.manman.api()
|
||||||
local mankey = site.manman.key()
|
local mankey = site.manman.key()
|
||||||
|
|
||||||
-- CLI lib from olsrd-cli (todo: move to it's own lib package)
|
-- CLI lib from olsrd-cli (TODO: move to it's own lib package)
|
||||||
-- DO NOT EDIT HERE, JUST COPY FROM THERE
|
-- DO NOT EDIT HERE, JUST COPY FROM THERE
|
||||||
|
|
||||||
function printf(...)
|
function printf(...)
|
||||||
@ -93,8 +93,6 @@ end
|
|||||||
|
|
||||||
-- ///
|
-- ///
|
||||||
|
|
||||||
-- TODO: use manman ecdsa key to verify response
|
|
||||||
|
|
||||||
-- NOTE: these will have mesh_ appended for static-ip
|
-- NOTE: these will have mesh_ appended for static-ip
|
||||||
local mappings = {
|
local mappings = {
|
||||||
wifi = 'radio0',
|
wifi = 'radio0',
|
||||||
@ -289,8 +287,6 @@ local function do_manman_sync()
|
|||||||
uci:set('gluon-node-info', _location, 'latitude', location.location.lat)
|
uci:set('gluon-node-info', _location, 'latitude', location.location.lat)
|
||||||
uci:set('gluon-node-info', _location, 'longitude', location.location.long)
|
uci:set('gluon-node-info', _location, 'longitude', location.location.long)
|
||||||
|
|
||||||
-- TODO: compare device
|
|
||||||
|
|
||||||
-- check if anything changed since last time
|
-- check if anything changed since last time
|
||||||
-- if yes, apply changes and do gluon-reload
|
-- if yes, apply changes and do gluon-reload
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user