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