[Olsr-cvs] olsrd-current/lib/quagga README_QUAGGA, NONE, 1.1 README, 1.2, NONE
Bernd Petrovitsch
(spam-protected)
Tue Apr 3 11:48:47 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/quagga
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16831/lib/quagga
Added Files:
README_QUAGGA
Removed Files:
README
Log Message:
* renamed the various REAMEs more consistently
--- README DELETED ---
--- NEW FILE: README_QUAGGA ---
---------------------------------------------------------------------
QUAGGA PLUGIN FOR OLSRD
by Immo 'FaUl' Wehrenberg <(spam-protected)>
---------------------------------------------------------------------
This is the Quagga Plugin for the OLSRD.
It allowes olsrd to redistribute from various quagga-protocols
as well as to export olsr-routes to quagga so that they can be
redistributed by the quagga-routing-daemons.
Note Sven-Ola: You also need a source distribution of quagga-0.98.5
or quagga-0.98.6 (that is the current stable). The quagga source tree
needs to be patched with quagga-0.98.6-olsr.diff, compiled and installed
via 'make install'. Because many people will otherwise have compile
probs, I've added 2 include files in lib/quagga/src/quagga. If you
want to use another version of quagga, make sure to remove these
before you compile the olsrd_quagga plugin.
---------------------------------------------------------------------
PLUGIN PARAMETERS (PlParam)
---------------------------------------------------------------------
PlParam "redistribute" "<protocol>"
where protocol is one of the following:
system, kernel, connect, static, rip, ripng, ospf, ospf6,
isis, bgp, hsls
May be used more then once
PlParam "ExportRoutes" "<only/both>"
exportes olsr-routes to quagga or to both, quagga and kernel
no routes are exportet if not set.
PlParam "LocalPref" "true"
sets the zebra SELECTED-flag on the routes exported to zebra
which means these routes are prefered in any case.
PlParam "Distance" "0-255"
allowes to set Administrative distance to routes exported
to zebra.
---------------------------------------------------------------------
SAMPLE CONFIG
---------------------------------------------------------------------
add in /etc/olsrd.conf:
LoadPlugin "olsrd_quagga.so.0.2.2"
{
PlParam "redistribute" "ospf"
PlParam "redistribute" "bgp"
PlParam "ExportRoutes" "only"
PlParam "Distance" "125"
PlParam "LocalPref" "false"
}
---------------------------------------------------------------------
EOF / 8.5.2006
More information about the Olsr-cvs
mailing list