mirror of https://github.com/aredn/aredn.git
aredn: add Mode ether to tunnel interfaces
This reduces message forwarding by OLSR. Without this mode olsr will forward a message backout the same interface it was received on, presumably due to hidden 802.11n nodes.
This commit is contained in:
parent
16e33b5306
commit
cecca6854d
|
@ -144,6 +144,7 @@ if ( @tunnels )
|
|||
foreach(@tunnels) { push @file, qq("$_" ) }
|
||||
push @file, qq(\n{\n);
|
||||
push @file, qq( Ip4Broadcast 255.255.255.255\n);
|
||||
push @file, qq( Mode \"ether\"\n);
|
||||
push @file, qq(}\n);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue