From: Manuel Munz Date: Sat, 1 Aug 2015 18:11:39 +0000 (+0200) Subject: make ipv6only plugin option boolean. Without this, the value will be written as ... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=67c4672c0d79cafd72d8326ffe59faf60f2a237f;p=lede-routing%2F.git make ipv6only plugin option boolean. Without this, the value will be written as '0' or '1' to the generated configs while it should be 'no' or 'yes' --- diff --git a/olsrd/files/olsrd.init b/olsrd/files/olsrd.init index 5bee27a..3ced911 100644 --- a/olsrd/files/olsrd.init +++ b/olsrd/files/olsrd.init @@ -8,7 +8,7 @@ SERVICE_WRITE_PID=1 OLSRD_OLSRD_SCHEMA='ignore:internal config_file:internal DebugLevel=0 AllowNoInt=yes' OLSRD_IPCCONNECT_SCHEMA='ignore:internal Host:list Net:list2' -OLSRD_LOADPLUGIN_SCHEMA='ignore:internal library:internal Host4:list Net4:list2 Host:list Net:list2 Host6:list Net6:list2 Ping:list redistribute:list NonOlsrIf:list name:list lat lon latlon_infile HNA:list2 hosts:list2' +OLSRD_LOADPLUGIN_SCHEMA='ignore:internal library:internal Host4:list Net4:list2 Host:list Net:list2 Host6:list Net6:list2 Ping:list redistribute:list NonOlsrIf:list name:list lat lon latlon_infile HNA:list2 hosts:list2 ipv6only:bool' OLSRD_INTERFACE_SCHEMA='ignore:internal interface:internal AutoDetectChanges:bool LinkQualityMult:list2' OLSRD_INTERFACE_DEFAULTS_SCHEMA='AutoDetectChanges:bool'