[Olsr-cvs] olsrd-current/lib/arprefresh .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 README_ARPREFRESH, NONE, 1.1 version-script.txt, NONE, 1.1
Bernd Petrovitsch
(spam-protected)
Sun Aug 19 22:37:43 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/arprefresh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32515/lib/arprefresh
Added Files:
.cvsignore Makefile README_ARPREFRESH version-script.txt
Log Message:
applied
110-olsrd-double-wlancard-neigh-hack.patch,
111-olsrd-complainpluginvers-nosleep.patch,
112-olsrd-nameservice-fixemptyname.patch,
113-olsrd-dyngwplain-pluginvers5.patch and
140-olsrd-arprefreshed.patch
from http://download-master.berlin.freifunk.net/sven-ola/nylon/packages/olsrd/files/
--- NEW FILE: README_ARPREFRESH ---
---------------------------------------------------------------------
ARP REFRESH PLUGIN FOR OLSRD
by Sven-Ola Tuecke <sven-ola-aet-gmx.de>
---------------------------------------------------------------------
This plugin listens to all recevice UDP packets and maintains an
internal list of MAC addresses extracted from these. By hitchhiking
the set-route-function, the kernel ARP cache will be refreshed from
this list if a direct-neighbour host route is configured. Result:
no more ARP lookups if you use a larger routing chain - e.g. fetch
a web site 8 olsr-hops away does not show the typcial 8-nodes-need
to ARP first delay.
---------------------------------------------------------------------
PLUGIN PARAMETERS (PlParam)
---------------------------------------------------------------------
None.
---------------------------------------------------------------------
SAMPLE CONFIG
---------------------------------------------------------------------
add in /etc/olsrd.conf:
LoadPlugin "arprefresh.so.0.1"
{
}
---------------------------------------------------------------------
EOF / 2007-AUG-02
--- NEW FILE: Makefile ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: version-script.txt ---
VERS_1.0
{
global:
olsrd_plugin_interface_version;
olsrd_plugin_register_param;
olsrd_plugin_init;
local:
*;
};
--- NEW FILE: .cvsignore ---
olsrd_arprefresh.so.*
More information about the Olsr-cvs
mailing list