From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 2A10C21F1A3 for ; Sun, 15 Dec 2013 23:07:22 -0800 (PST) Received: by mail-we0-f178.google.com with SMTP id u57so4087809wes.23 for ; Sun, 15 Dec 2013 23:07:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=yE/rZba20UEhwxYdbdiPmDLoBziGYkI6QNyUoifPbBo=; b=1FqQuOze0xCUzU3jciC6GOq6YV6EzQ4L8bViZHv5Lalk8ehzM+ufYg6fzLLAhD7uNI 6oBitnkMU3URU6EVpXq3mYZOiHYrQMSsR1ae43tTzCf4yWkJlXgWcONMlvaojhG9Fuvx 4CiFacTwEhfpDOfZmEWWF5KDwEvTSSH3AuwymQ21SlVkQmT8F/zyg0mNfDtfCfXyVCBK OJNyX5AV5+YRsb5OEFBqkg2Nxdb73vxlyz1kehPBdF38OY9lomarGcUheudtrjZYi7HF Cwgc/f3ofaktOv7LTQ7+tO1a7UsHBIxFbKU/dYdne5vQxnrbOL/SBFa+W6YmEqM4mCln 7eKA== MIME-Version: 1.0 X-Received: by 10.180.101.197 with SMTP id fi5mr12387010wib.46.1387177640087; Sun, 15 Dec 2013 23:07:20 -0800 (PST) Received: by 10.217.123.69 with HTTP; Sun, 15 Dec 2013 23:07:20 -0800 (PST) Date: Sun, 15 Dec 2013 23:07:20 -0800 Message-ID: From: Dave Taht To: "cerowrt-devel@lists.bufferbloat.net" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Cerowrt-devel] Fwd: [Babel-users] ANNOUNCE: Babel-S update 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, 16 Dec 2013 07:07:22 -0000 I have longed for the source specific functionality for several reasons. I am sore tempted to replace quagga with this version of babeld because: 0) homenet compatible patches for quagga ospf haven't been merged yet 1) I would like to test ipv6 native, 6rd, and several forms of tunnel at the same time. babels will let me do this 2) the mptcp congestion control problem is fascinating Is there anyone using quagga's other routing protocols currently and can't live without being able to add in ripd, bgp, or ospf? ---------- Forwarded message ---------- From: Matthieu Boutier Date: Sat, Dec 14, 2013 at 2:31 AM Subject: [Babel-users] ANNOUNCE: Babel-S update To: babel-users@lists.alioth.debian.org Dear all, There is many changes in the source-sensitive version of babeld since the last announce. Recall that the code is available at: git clone -b source-specific git://git.wifi.pps.univ-paris-diderot.fr/babels.git http://git.wifi.pps.univ-paris-diderot.fr/?p=3Dbabels.git https://github.com/boutier/babeld CHANGES: - configuration: - filter: you can filter source-specific routes using "src-ip", "src-eq= ", "src-le", "src-ge". It works as "ip", "eq", etc. - importing specific routes: now, this is done via filters. Instead of using "allow", just use "src-specific ". This can be done either in the "redistribute" or "in" filters. For example, in order to redistribute all v4 routes as specific to 192.268.1.0/24, use redistribute src-specific 192.168.1.0/24 Be worry when using it in the "in" filter... You will found details= and more examples in the manpages. - implementation: - IPV6-SUBTREES: Since Linux 3.10.12, source-sensitive routing tables c= an be used as we expected. If you compile the code with '-D IPV6_SUBTREE= S', it will use the native netlink API instead of using multiple routin= g tables with rules over it. Of course, the IPv4 part of the code is= let unchanged. The best solution would be to check it dynamically. If someone kno= ws how to do that... - requests: Source-specific request messages are implemented. - other: Many bugs have been fixed, especially for the interoperability and TLV compression mechanism. Best regards, Matthieu _______________________________________________ Babel-users mailing list Babel-users@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users --=20 Dave T=E4ht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.= html