[packages] babeld: fix keep_unfeasible parameter
Thanks to Juliusz Chroboczek. git-svn-id: svn://svn.openwrt.org/openwrt/packages@30464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5cf2f3b3b0
commit
42489ea6b6
@ -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/
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user