[Olsr-users] Activate/Deactivate ETT OLSRv2

Henning Rogge (spam-protected)
Tue Mar 25 11:25:43 CET 2014


The ETT metric is not compiled into the default binary, you have to
load it as a dynamic plugin (or change the list of static plugins).

If you want to use the --schema command line parameter on a dynamic
plugin, you have to load it first by using the "-p" / "--plugin"
command line parameter.

The alternative is to set the cmake variable
OONF_CUSTOM_STATIC_PLUGINS to a new list of plugins (the default list
is "cfgparser_compact cfgio_file ff_dat_metric neighbor_probing
nl80211_listener eth_listener auto_ll4" at the moment).

Henning Rogge

On Tue, Mar 25, 2014 at 11:22 AM, Syed Salman Haider Rizvi
<(spam-protected)> wrote:
> Hi
>
> When i run the command olsrd2 --schema=ff_ett it said unknow section type
> ff_ett . I m using latest git of olsrd2
>
> Salman
>
>> From: (spam-protected)
>> Date: Tue, 21 Jan 2014 13:08:23 +0100
>> Subject: Re: [Olsr-users] Activate/Deactivate ETT OLSRv2
>> To: (spam-protected)
>> CC: (spam-protected)
>
>>
>> The parameter is a runtime/configuration parameter.
>> When you look into the configuration of the ETT plugin you will see
>> the following:
>>
>> > olsrd2 --schema=ff_ett
>> List of entries in section type 'ff_ett':
>> (use this command with 'type.name' as parameter for more information)
>> ett
>> Activates the handling of linkspeed within the metric, set to
>> false to downgrade to ETX metric
>> interval
>> Time interval between recalculations of metric
>> start_window
>> Window sized used during startup, will be increased by 1 for
>> each interval. Smaller values allow quicker initial rise of metric
>> value, it cannot be larger than the normal windows size.
>> window
>> Number of intervals to calculate average ETT
>>
>>
>> By looking into the details of the "ett" parameter you will find this:
>>
>> > olsrd2 --schema=ff_ett.ett
>> ett
>> Default value:
>> 'true'
>> Parameter must be on of the following list:
>> 'true', '1', 'on', 'yes', 'false', '0', 'off', 'no'
>> Description:
>> Activates the handling of linkspeed within the metric, set to
>> false to downgrade to ETX metric
>>
>>
>> This means that you can either use the command line parameters to
>> disable the ett part ( -- set ff_ett.ett=false ) or add a
>> configuration entry to the configuration file:
>>
>> [ff_ett]
>> ett false
>>
>>
>> Henning Rogge
>>
>> On Tue, Jan 21, 2014 at 1:00 PM, Syed Salman Haider Rizvi
>> <(spam-protected)> wrote:
>> > Hi ,
>> >
>> > In the recent code update there is something like ALLOW to switch off
>> > ETT
>> > feature . I m really confused how to really do it either during
>> > compilation
>> > ccmake in the OONF_PLUGIN or in make menuconfig (here I always get error
>> > )
>> > or during the starting up as daemon . If there will be something like
>> > little
>> > bit of step by step information that would be very nice :)
>> >
>> > Salman
>> >
>> > --
>> > Olsr-users mailing list
>> > (spam-protected)
>> > https://lists.olsr.org/mailman/listinfo/olsr-users




More information about the Olsr-users mailing list