[packages] babeld: fix keep_unfeasible parameter
authorGabriel Kerneis <[email protected]>
Sun, 12 Feb 2012 06:47:54 +0000 (06:47 +0000)
committerGabriel Kerneis <[email protected]>
Sun, 12 Feb 2012 06:47:54 +0000 (06:47 +0000)
Thanks to Juliusz Chroboczek.

SVN-Revision: 30464

net/babel/Makefile
net/babel/files/babeld.init

index ffa45cc88aa28c1d98d81e26c4f791ec29019d95..4a8815207b1b9f41d05c9401f66bc9b28b27a757 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=babeld
 PKG_VERSION:=1.3.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/
index 565672010e78d8c66be6fda756d7f611a0f25bea..3550a8c4a357b08e622df54f77c90d8f010cfa1c 100755 (executable)
@@ -98,6 +98,7 @@ babel_config() {
        append_bool "$cfg" 'assume_wireless' '-w'
        append_bool "$cfg" 'no_split_horizon' '-s'
        append_bool "$cfg" 'parasitic' '-P'
+       append_bool "$cfg" 'keep_unfeasible' '-u'
 
        append_parm "$cfg" 'multicast_address' '-m'
        append_parm "$cfg" 'port' '-p'
@@ -109,7 +110,6 @@ babel_config() {
        append_parm "$cfg" 'duplication_priority' '-A'
        append_parm "$cfg" 'debug' '-d'
        append_parm "$cfg" 'local_server' '-g'
-       append_parm "$cfg" 'keep_unfeasible' '-u'
        append_parm "$cfg" 'export_table' '-t'
        append_parm "$cfg" 'import_table' '-T'
        append_parm "$cfg" 'conf_file' '-c'