From c0e7823883873c9d072fdf6322063a5c2eb37cbd Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Sun, 12 Feb 2012 06:47:54 +0000 Subject: [PATCH] babeld: fix keep_unfeasible parameter Thanks to Juliusz Chroboczek. SVN-Revision: 30464 --- net/babel/Makefile | 2 +- net/babel/files/babeld.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index ffa45cc88..4a8815207 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -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/ diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 565672010..3550a8c4a 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -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' -- 2.30.2