From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from chi.subsignal.org (cxd-2-pt.tunnel.tserv11.ams1.ipv6.he.net [IPv6:2001:470:1f14:ed::2]) by huchra.bufferbloat.net (Postfix) with ESMTP id 4AB2B21F11C for ; Sun, 16 Jun 2013 21:15:11 -0700 (PDT) Received: from [10.22.130.174] (tmo-107-192.customers.d1-online.com [80.187.107.192]) by chi.subsignal.org (Postfix) with ESMTPSA id 6843812600A; Mon, 17 Jun 2013 06:15:59 +0200 (CEST) User-Agent: K-9 Mail for Android In-Reply-To: <87ip1dpw2y.fsf@toke.dk> References: <87ip1dpw2y.fsf@toke.dk> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----ZPSCHF3BFHC4LL4L0K1BJCO1V47GCP" From: Steven Barth Date: Mon, 17 Jun 2013 06:15:01 +0200 To: =?ISO-8859-1?Q?Toke_H=F8iland-J=F8rgensen?= , Dave Taht Message-ID: 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: Mon, 17 Jun 2013 04:15:11 -0000 ------ZPSCHF3BFHC4LL4L0K1BJCO1V47GCP Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The table numbers are generated sequientally for each logical interface in /etc/config/network starting with 1001. You can override them by setting e.g.: option ip6table 1234 in that interface (e.g. the tunnel). Cheers, Steven "Toke Høiland-Jørgensen" schrieb: >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 >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. > >There's a patch for babeld to support this in ceropackages, but if >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... > >-Toke > > >------------------------------------------------------------------------ > >_______________________________________________ >Cerowrt-devel mailing list >Cerowrt-devel@lists.bufferbloat.net >https://lists.bufferbloat.net/listinfo/cerowrt-devel ------ZPSCHF3BFHC4LL4L0K1BJCO1V47GCP Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit The table numbers are generated sequientally for each logical interface in /etc/config/network starting with 1001. You can override them by setting e.g.: option ip6table 1234 in that interface (e.g. the tunnel).

Cheers,
Steven



"Toke Høiland-Jørgensen" <toke@toke.dk> schrieb:
Dave Taht <dave.taht@gmail.com> 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
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.

There's a patch for babeld to support this in ceropackages, but if
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...

-Toke



Cerowrt-devel mailing list
Cerowrt-devel@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel
------ZPSCHF3BFHC4LL4L0K1BJCO1V47GCP--