diff options
| author | Bastian Bittorf | 2015-08-13 13:05:24 +0000 |
|---|---|---|
| committer | Bastian Bittorf | 2015-08-13 13:05:24 +0000 |
| commit | de2eacac7faf3aeac7b5be84a9ff7712faffeb29 (patch) | |
| tree | 22cbd5b7d5ebce2a3a697cce356f20eba34f04f2 | |
| parent | 91a8e522b098d0c403fb0956032cb9168002ec4c (diff) | |
| parent | 67c4672c0d79cafd72d8326ffe59faf60f2a237f (diff) | |
| download | routing-de2eacac7faf3aeac7b5be84a9ff7712faffeb29.tar.gz | |
Merge pull request #115 from mmunz/master
make ipv6only plugin option boolean in init functions
| -rw-r--r-- | olsrd/files/olsrd.init | 2 |
1 files changed, 1 insertions, 1 deletions
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' |