From dcb18904da70d2fbdc82604a26a01831a37a78c3 Mon Sep 17 00:00:00 2001 From: kerneis Date: Sat, 11 Feb 2012 15:17:16 +0000 Subject: [PATCH] [packages] babeld: new upstream release 1.3.1 11 February 2011: babeld-1.3.1 * Made the resend logic less aggressive. This should lead to fewer request messages upon link failure, at the cost of somewhat worse behaviour in the presence of heavy packet loss. * INCOMPATIBLE CHANGE: removed the idle detection functionality (-i). This feature was little used and complicated the code somewhat. * Various internal tweaks to bring babeld closer to the Quagga version. git-svn-id: svn://svn.openwrt.org/openwrt/packages@30451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/babel/Makefile | 4 ++-- net/babel/files/babeld.config | 3 --- net/babel/files/babeld.init | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index 88bc6bc70..ffa45cc88 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ -PKG_MD5SUM:=05fc458d159b9b6fbf9c2f2f20eb8291 +PKG_MD5SUM:=bc1cb1924c61b4dad6410e342827e8c5 include $(INCLUDE_DIR)/package.mk diff --git a/net/babel/files/babeld.config b/net/babel/files/babeld.config index d21a22b16..ed63a3b5a 100644 --- a/net/babel/files/babeld.config +++ b/net/babel/files/babeld.config @@ -6,9 +6,6 @@ config general # option 'state_file' '/var/lib/babel-state' # option 'hello_interval' '4' # option 'wired_hello_interval' '20' - # Enable detection of idle networks. This functonality is - # experimental, don't use it unless you know what you are doing. - ## option 'idle_hello_interval' '0' # option 'diversity' '0,128' # option 'kernel_priority' '0' # Do not use this option unless you know what you are doing, as it can diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 321f979ff..565672010 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -104,7 +104,6 @@ babel_config() { append_parm "$cfg" 'state_file' '-S' append_parm "$cfg" 'hello_interval' '-h' append_parm "$cfg" 'wired_hello_interval' '-H' - append_parm "$cfg" 'idle_hello_interval' '-i' append_parm "$cfg" 'diversity' '-z' append_parm "$cfg" 'kernel_priority' '-k' append_parm "$cfg" 'duplication_priority' '-A' -- 2.11.0