From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-ext.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 5DCD0200D26 for ; Sun, 8 Jul 2012 14:29:57 -0700 (PDT) Received: from github.com (sh2.rs.github.com [50.57.128.197]) by smtp1-ext.rs.github.com (Postfix) with ESMTP id C1B2F427F1 for ; Sun, 8 Jul 2012 14:29:56 -0700 (PDT) Date: Sun, 08 Jul 2012 14:29:56 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4ff9fbd4a84eb_1e0619bbae41112a9@sh2.rs.github.com.mail> Subject: [dtaht/ceropackages-3.3] aaca5b: quagga: add config notes for redistribute kernel a... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4ff9fbd4a61fb_1e0619bbae41110d6"; 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: Sun, 08 Jul 2012 21:29:57 -0000 ----==_mimepart_4ff9fbd4a61fb_1e0619bbae41110d6 Date: Sun, 08 Jul 2012 14:29:56 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4ff9fbd4a763b_1e0619bbae41111e5@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: aaca5b8799f38a4efc95a6e04a9a5ccab524d416 https://github.com/dtaht/ceropackages-3.3/commit/aaca5b8799f38a4efc95a6e04a9a5ccab524d416 Author: Dave Taht Date: 2012-07-08 (Sun, 08 Jul 2012) Changed paths: M net/quagga/files/babeld.conf Log Message: ----------- quagga: add config notes for redistribute kernel and rxcost I use the rxcost parameter to give a mild bias to the 5.x ghz radios. In the test deployment I found it necessary to bump up rxcost in proportion to the radio's quality and intent. so I ended up with rxcost of 1024 and 1023 for wndr3800s rxcost of 768 for picostation 2HPs (used by users) rxcost 256 for the directional nanostation M5 backbone This gave the m5 radios preference and only in case of failure do things fall back to the 2HPs and wndr3800s. Otherwise the m5s would prefer a direct connection to a lousy radio vs a 2 hop or more route that used good radios and ethernet. I'm not saying this is correct, but it worked. redistribute kernel works correctly for dhcpv4 inserted default routes. It does not appear to work correctly for RA inserted ipv6 routes, nor has it been tested for other forms of ipv6 routes as yet. WIP. ----==_mimepart_4ff9fbd4a61fb_1e0619bbae41110d6--