[Olsr-cvs] olsrd-current/lib/bmf README_BMF.txt, 1.4, 1.5 version-script.txt, 1.1, 1.2
Bernd Petrovitsch
(spam-protected)
Wed Sep 12 01:08:22 CEST 2007
- Previous message: [Olsr-cvs] olsrd-current CHANGELOG,1.82,1.83
- Next message: [Olsr-cvs] olsrd-current/lib/bmf/src Address.c, 1.5, 1.6 Address.h, 1.4, 1.5 Bmf.c, 1.7, 1.8 Bmf.h, 1.4, 1.5 NetworkInterfaces.c, 1.6, 1.7 NetworkInterfaces.h, 1.4, 1.5 Packet.h, 1.4, 1.5 olsrd_plugin.c, 1.6, 1.7 DropList.c, 1.3, NONE DropList.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/lib/bmf
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5369/lib/bmf
Modified Files:
README_BMF.txt version-script.txt
Log Message:
* updated bmf plugin to 1.5.1
Index: README_BMF.txt
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/bmf/README_BMF.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README_BMF.txt 30 Jun 2007 20:07:47 -0000 1.4
--- README_BMF.txt 11 Sep 2007 23:08:19 -0000 1.5
***************
*** 1,5 ****
BASIC MULTICAST FORWARDING PLUGIN FOR OLSRD
by Erik Tromp ((spam-protected), (spam-protected))
! Version 1.5
1. Introduction
--- 1,5 ----
BASIC MULTICAST FORWARDING PLUGIN FOR OLSRD
by Erik Tromp ((spam-protected), (spam-protected))
! Version 1.5.1
1. Introduction
***************
*** 18,22 ****
---------------------------
! Download the olsr-bmf-v1.5.tar.gz file and save it into your OLSRD
base install directory.
--- 18,22 ----
---------------------------
! Download the olsr-bmf-v1.5.1.tar.gz file and save it into your OLSRD
base install directory.
***************
*** 25,29 ****
At the command prompt, type:
! tar -zxvf ./olsr-bmf-v1.5.tar.gz
then type:
--- 25,29 ----
At the command prompt, type:
! tar -zxvf ./olsr-bmf-v1.5.1.tar.gz
then type:
***************
*** 48,52 ****
to load the BMF plugin. For example, add the following lines:
! LoadPlugin "olsrd_bmf.so.1.5"
{
# No PlParam entries required for basic operation
--- 48,52 ----
to load the BMF plugin. For example, add the following lines:
! LoadPlugin "olsrd_bmf.so.1.5.1"
{
# No PlParam entries required for basic operation
***************
*** 65,70 ****
---------- Plugin loader ----------
! Library: olsrd_bmf.so.1.5
! OLSRD Basic Multicast Forwarding plugin 1.5 (May 16 2007 14:30:57)
(C) Thales Communications Huizen, Netherlands
Erik Tromp ((spam-protected))
--- 65,70 ----
---------- Plugin loader ----------
! Library: olsrd_bmf.so.1.5.1
! OLSRD Basic Multicast Forwarding plugin 1.5.1 (Sep 4 2007 11:13:43)
(C) Thales Communications Huizen, Netherlands
Erik Tromp ((spam-protected))
***************
*** 191,195 ****
configured:
! LoadPlugin "olsrd_bmf.so.1.5"
{
# Specify the name of the BMF network interface.
--- 191,195 ----
configured:
! LoadPlugin "olsrd_bmf.so.1.5.1"
{
# Specify the name of the BMF network interface.
***************
*** 332,336 ****
of /etc/olsrd.conf. For example:
! LoadPlugin "olsrd_bmf.so.1.5"
{
# Non-OLSR interfaces to participate in the multicast flooding
--- 332,336 ----
of /etc/olsrd.conf. For example:
! LoadPlugin "olsrd_bmf.so.1.5.1"
{
# Non-OLSR interfaces to participate in the multicast flooding
***************
*** 390,394 ****
For example:
! LoadPlugin "olsrd_bmf.so.1.5"
{
PlParam "BmfInterfaceIp" "10.10.10.4/24"
--- 390,394 ----
For example:
! LoadPlugin "olsrd_bmf.so.1.5.1"
{
PlParam "BmfInterfaceIp" "10.10.10.4/24"
***************
*** 526,529 ****
--- 526,538 ----
-------------------
+ 3 September 2007: Version 1.5.1
+
+ * Fixed a bug that would cause BMF to crash (and OLSR with it) if a link
+ was timing out --> thanks to Frank Renwick
+ * Fixed bug in the checking of the packet length --> thanks to Frank Renwick
+ * Fixed a bug in shutdown, which cause a crash if the BMF thread was not
+ yet running --> thanks to Bernd Petrovitsch
+ * Updated to OLSR plugin interface version 5.
+
16 May 2007: Version 1.5
Index: version-script.txt
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/bmf/version-script.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** version-script.txt 3 May 2006 08:59:04 -0000 1.1
--- version-script.txt 11 Sep 2007 23:08:20 -0000 1.2
***************
*** 3,8 ****
global:
olsrd_plugin_interface_version;
- olsrd_plugin_register_param;
olsrd_plugin_init;
local:
--- 3,8 ----
global:
olsrd_plugin_interface_version;
olsrd_plugin_init;
+ olsrd_get_plugin_parameters;
local:
- Previous message: [Olsr-cvs] olsrd-current CHANGELOG,1.82,1.83
- Next message: [Olsr-cvs] olsrd-current/lib/bmf/src Address.c, 1.5, 1.6 Address.h, 1.4, 1.5 Bmf.c, 1.7, 1.8 Bmf.h, 1.4, 1.5 NetworkInterfaces.c, 1.6, 1.7 NetworkInterfaces.h, 1.4, 1.5 Packet.h, 1.4, 1.5 olsrd_plugin.c, 1.6, 1.7 DropList.c, 1.3, NONE DropList.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list