From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 5800121F200 for ; Sun, 16 Jun 2013 14:55:57 -0700 (PDT) Received: by mail-ie0-f177.google.com with SMTP id aq17so5412161iec.36 for ; Sun, 16 Jun 2013 14:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=N3qu/RRobH34F1JCo3+C9cmNHQOXomEEjLXLIbUQRLo=; b=EtwFaBf+Ich1jXcVrPIIumdqSf+rCZOcl5+FET717a9/zCyMgG4mNg212UdOZF5G9O 8M7BaWJS6fUACdArZZbLrKDPXOavUuzJl+OCQowLBev7jMy4ZU1wGtSKl4+Rd4Zt4UI/ ikOsJ36kOqNKomdeX/0wFlsjco0ieblMvttEnHhGtg1qiYKKKUnKwwY8OF/kPeNuPChQ JuFN2IqXBGZIoUbCmsecahzbJ9pDh9jNnrzAB0PuW837h/3ztpYQf/GdT7YNfifiPPjI NbTN9cFwceKHQXn6aAmO1EYzTsBiflxpoqGDCSm8FU29iYockguVHaiV2PKdg2v1rD0R a4/g== MIME-Version: 1.0 X-Received: by 10.50.108.114 with SMTP id hj18mr3556556igb.87.1371419756686; Sun, 16 Jun 2013 14:55:56 -0700 (PDT) Received: by 10.64.45.137 with HTTP; Sun, 16 Jun 2013 14:55:56 -0700 (PDT) In-Reply-To: <87ip1dpw2y.fsf@toke.dk> References: <87ip1dpw2y.fsf@toke.dk> Date: Sun, 16 Jun 2013 14:55:56 -0700 Message-ID: From: Dave Taht To: =?ISO-8859-1?Q?Toke_H=F8iland=2DJ=F8rgensen?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] babeld change X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2013 21:55:57 -0000 On Sun, Jun 16, 2013 at 2:47 PM, Toke H=F8iland-J=F8rgensen = wrote: > Dave Taht writes: > >> There is a lot of interesting work coming up on babel, and I've not >> got around to trying to merge the homenet work into quagga. I am >> thinking of switching back (at least temporarily) to the standalone >> babeld daemon rather than quagga-babeld to test out the algorithms >> there. Any objections? > > Fine with me; I've been exclusively running the standalone babeld. Note > that the new multi-wan IPv6 stuff makes babel not pick up the default Hmm. Does this mean you have 6in4 working correctly in your build of cero? I'm still just doing it with a script, not netifd. > routes for ipv6 unless you add extra import_table statements. My > /etc/config/babel has this in it: > > config general > option 'conf_file' '/etc/babeld.conf' > list 'import_table' '254' > list 'import_table' '1007' > > The last value might vary depending on the setup; not sure how the table > names are generated by netifd, but it's been quite stable on my device > at 1007. Hmm. We're back at wanting a message bus or std kernel api for dealing with the ip rule database again... I fear that things like openvpn or strongswan will really mess with this. > There's a patch for babeld to support this in ceropackages, but if Babel head has three branches doing new stuff. In particular, the configuration syntax is changing in some respects... hah. I just realized that a couple of the commits in babeld head were yours. cool. no need for me to lecture. One thing that always bugged me about previous versions of babeld was that it didn't chomp whitespace at the end of a line, hopefully that's fixed somewhere in this patch series... > you're going to go to newest git it should have been merged upstream. > The init script in ceropackages is patched to support this syntax; > haven't gotten that upstreamed to openwrt iirc... While I'm at it I note that robert bradley's attempt at atomic route updates for babel appears to fail on 3.10rc3 on x86, leaving behind routes, and or leaving behind permanently unreachable ones. Sigh. > > -Toke --=20 Dave T=E4ht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.= html