diff --git a/net/babel/Makefile b/net/babel/Makefile index 41ef1dc92..08e4914da 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld -PKG_VERSION:=1.1.3 +PKG_VERSION:=1.1.99.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:=673a813e7e8fe0818fbb062a896646d2 +PKG_MD5SUM:=e1a801aa48fe26401c29d2152c1a1887 include $(INCLUDE_DIR)/package.mk diff --git a/net/babel/files/babeld.config b/net/babel/files/babeld.config index 52b583342..d21a22b16 100644 --- a/net/babel/files/babeld.config +++ b/net/babel/files/babeld.config @@ -2,13 +2,14 @@ package babeld config general # option 'multicast_address' 'ff02:0:0:0:0:0:1:6' - # option 'port' '6697' + # option 'port' '6696' # 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 # cause persistent route flapping. diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 3aeb7342f..321f979ff 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -105,6 +105,7 @@ babel_config() { 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' append_parm "$cfg" 'debug' '-d'