[Olsr-dev] [PATCH v1 1/1] lq_packet: only report a neighbour once in a hello message

Ferry Huberts (spam-protected)
Wed Jan 18 21:09:47 CET 2017



On 18/01/17 19:54, Conrad Lara wrote:

[snip]

>> [node61] $ iptables -I INPUT -i eth1 -s 172.28.175.97 -j DROP
>
> This probably should be applied on the vlan interface not the parent interface to be more accurate.
>


yes, I didn't explain.
I just setup 2 VMs and didn't bother to setup VLANs since that has no 
influence.
I'm running on Fedora 25 x64, with KVM VMs.


The config I run (the same on both nodes, except for the MainIp, obviously):


DebugLevel 0
IpVersion 4
TosValue 16
LinkQualityFishEye 0
MprCoverage 1
MainIp 172.31.175.97
LinkQualityAlgorithm "etx_ffeth"

Interface "wlan0"
{
}

Interface "eth1"
{
   Mode "ether"
}

Interface "eth2"
{
   Mode "ether"
}

LoadPlugin "lib/txtinfo/olsrd_txtinfo.so.0.1"
{
   PlParam "port" "2006"
}


# This is only here to be able to generate a
# configuration file with the script
LoadPlugin "lib/jsoninfo/olsrd_jsoninfo.so.0.0"
{
   PlParam "port" "2007"
}



More information about the Olsr-dev mailing list