[dtaht/cerowrt-luci] a6a099: Transliteration of radvd code into babeld code
GitHub
noreply at github.com
Tue Jan 31 16:25:36 EST 2012
Branch: refs/heads/master
Home: https://github.com/dtaht/cerowrt-luci
Commit: a6a099203c3c659eee3d396b000a0d4e576b426e
https://github.com/dtaht/cerowrt-luci/commit/a6a099203c3c659eee3d396b000a0d4e576b426e
Author: Dave Taht <d at taht.net>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
A applications/luci-babeld/Makefile
A applications/luci-babeld/ipkg/postinst
A applications/luci-babeld/luasrc/controller/babeld.lua
A applications/luci-babeld/luasrc/model/cbi/babeld.lua
A applications/luci-babeld/luasrc/model/cbi/babeld/dnssl.lua
A applications/luci-babeld/luasrc/model/cbi/babeld/interface.lua
A applications/luci-babeld/luasrc/model/cbi/babeld/prefix.lua
A applications/luci-babeld/luasrc/model/cbi/babeld/rdnss.lua
A applications/luci-babeld/luasrc/model/cbi/babeld/route.lua
A applications/luci-babeld/root/etc/uci-defaults/luci-babeld
Log Message:
-----------
Transliteration of radvd code into babeld code
In trying to get a grip on what the overall dependencies of
lua on uci, it seemed logical to try and get babeld equipped
with a gui interface finally.
This is not that in any way, merely a transliteration of the
existing radvd code. As I get a grip on how to use luci
properly, I'll get this working.
Commit: a675298682837ccda4f910f899891738da558a3a
https://github.com/dtaht/cerowrt-luci/commit/a675298682837ccda4f910f899891738da558a3a
Author: Dave Taht <d at taht.net>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
A applications/luci-preset/Makefile
Log Message:
-----------
Skeleton for handling bulk updates and presets
It is painful to bulk network renumber, bulk change the SSIDs,
bulk change the domain name from any but the command line.
Each of those is a 1 line sed script. Around which I envision
a hundred lines of gui.
I also have a vague 'preset' concept, where you could configure
a box to be a home router, testbed box, interior gateway,
mesh node, etc. I would rather like to be able to do that,
scriptably - so I could bulk flash boxes, among other things.
This is a placeholder for that.
Compare: https://github.com/dtaht/cerowrt-luci/compare/332d76f...a675298
More information about the Cerowrt-commits
mailing list