From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 9BB38200251 for ; Tue, 31 Jan 2012 13:25:37 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 723E742CC5 for ; Tue, 31 Jan 2012 13:25:36 -0800 (PST) Date: Tue, 31 Jan 2012 13:25:36 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f285c506ee8c_49773f9ef5d4caf05845e@sh1.rs.github.com.mail> Subject: [dtaht/cerowrt-luci] a6a099: Transliteration of radvd code into babeld code Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f285c506cadd_49773f9ef5d4caf05823a"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 21:25:37 -0000 ----==_mimepart_4f285c506cadd_49773f9ef5d4caf05823a Date: Tue, 31 Jan 2012 13:25:36 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f285c506e088_49773f9ef5d4caf058323@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/cerowrt-luci Commit: a6a099203c3c659eee3d396b000a0d4e576b426e https://github.com/dtaht/cerowrt-luci/commit/a6a099203c3c659eee3d396b000a0d4e576b426e Author: Dave Taht 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 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 ----==_mimepart_4f285c506cadd_49773f9ef5d4caf05823a--