Your message dated Tue, 04 Aug 2009 12:32:10 +0000
with message-id <[email protected]>
and subject line Bug#532765: fixed in olsrd 0.5.6-r5-1
has caused the Debian Bug report #532765,
regarding package description is missing the “olsrd_bmf” and “olsrd_txtinfo”
plug-ins
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
532765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: olsrd-plugins
Version: 0.5.6-r4-1
Severity: wishlist
Hi,
in order to redistributed routes from Quagga to olsrd I need the
“olsrd_quagga” plug-in. It'd be great if you could include that plug-in
in future versions of this package.
Without modification, the version of “olsrd_quagga” included in olsrd
0.5.6-r4 cannot talk to Quagga 0.99.10-1lenny2. The attached patch fixes
this.
The code determines the protocol version to use by checking whether or
not the “ZEBRA_HEADER_MARKER” define is defined. This define is
available from the Quagga source distribution in ‘lib/zebra.h’ and the
sources of Quagga 0.99.10-1lenny2 set it as follows:
#define ZEBRA_HEADER_MARKER 255
Unfortunately, “olsrd_quagga” doesn't include <zebra.h>, even though
‘lib/quagga/src/quagga/zebra.h’ is shipped for the situation when the
Quagga sources are not available. So simply setting
CPPFLAGS="-I/path/to/quagga-src/lib"
doesn't work.
For olsrd to be able to redistribute routes *to* Quagga, I think
modifications to Quagga are necessary. So this direction would probably
not work.
Best regards,
-octo
P. S.: The current package description is missing the “olsrd_bmf” and
“olsrd_txtinfo” plug-ins.
--
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
diff -pur olsrd-0.5.6-r4.orig/lib/quagga/src/quagga.h olsrd-0.5.6-r4.quag/lib/quagga/src/quagga.h
--- olsrd-0.5.6-r4.orig/lib/quagga/src/quagga.h 2009-02-01 20:57:02.000000000 +0100
+++ olsrd-0.5.6-r4.quag/lib/quagga/src/quagga.h 2009-06-11 13:28:51.000000000 +0200
@@ -25,6 +25,10 @@
#define ZEBRA_PORT 2600
#endif
+#ifndef ZEBRA_HEADER_MARKER
+# define ZEBRA_HEADER_MARKER 255
+#endif
+
#ifdef ZEBRA_HEADER_MARKER
#ifndef ZSERV_VERSION
#define ZSERV_VERSION 1
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: olsrd
Source-Version: 0.5.6-r5-1
We believe that the bug you reported is fixed in the latest version of
olsrd, which is due to be installed in the Debian FTP archive:
olsrd-plugins_0.5.6-r5-1_i386.deb
to pool/main/o/olsrd/olsrd-plugins_0.5.6-r5-1_i386.deb
olsrd_0.5.6-r5-1.diff.gz
to pool/main/o/olsrd/olsrd_0.5.6-r5-1.diff.gz
olsrd_0.5.6-r5-1.dsc
to pool/main/o/olsrd/olsrd_0.5.6-r5-1.dsc
olsrd_0.5.6-r5-1_i386.deb
to pool/main/o/olsrd/olsrd_0.5.6-r5-1_i386.deb
olsrd_0.5.6-r5.orig.tar.gz
to pool/main/o/olsrd/olsrd_0.5.6-r5.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Holger Levsen <[email protected]> (supplier of updated olsrd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 04 Aug 2009 12:10:35 +0000
Source: olsrd
Binary: olsrd olsrd-plugins
Architecture: source i386
Version: 0.5.6-r5-1
Distribution: unstable
Urgency: low
Maintainer: Holger Levsen <[email protected]>
Changed-By: Holger Levsen <[email protected]>
Description:
olsrd - optimized link-state routing daemon (unik-olsrd)
olsrd-plugins - various plugins to enhance olsrd
Closes: 532573 532761 532765
Changes:
olsrd (0.5.6-r5-1) unstable; urgency=low
.
* New upstream version, the fifth maintenance release of 0.5.6.
* Add patch by Sebastian Harl to add a listen parameter to the dot_draw
plugin. (Closes: #532573) - Thanks, Sebastian!
* Re-enable quagga plugin. Since olsrd is licenced under the 3 clause BSD
licence and quagga is GPL-2 code, the resuling binary is GPL-2 licenced
too, and thats fine. (Closes: #532761)
Add patch by Florian Forster to determine quagga protocol version - thanks
Florian!
* Add descriptions of quagga, bmf and txtinfo plugins to package
description. (Closes: #532765)
* Bump standards version to 3.8.2.
* Update years in debian/copyright.
Checksums-Sha1:
da409fc9fa8f01d0fad38369fa5e8f8cfaee53c2 1137 olsrd_0.5.6-r5-1.dsc
ffdb773c840e03e269ca67fd39fd0fec623fa61a 655329 olsrd_0.5.6-r5.orig.tar.gz
e0cac3a6f895468396d9afd4ed5946d11473c740 14474 olsrd_0.5.6-r5-1.diff.gz
d31ae0f9a9d34f35a8ee27564df515e50dc48412 169494 olsrd_0.5.6-r5-1_i386.deb
e7ae6611500be3a545941049a87031186a502eed 128244
olsrd-plugins_0.5.6-r5-1_i386.deb
Checksums-Sha256:
37326dbf9854613756230da445dc98814c8c304f20e83079c3d9d8dcc725b5f7 1137
olsrd_0.5.6-r5-1.dsc
3bb5b829c8edffdda5ed3ce1db1c1486bf814379a6bd338bb858fa20c115fa27 655329
olsrd_0.5.6-r5.orig.tar.gz
4376c8d03f5cc4f3dcc25bef3a2d9c66c2af8f82539f8a8725de9e6704284c8a 14474
olsrd_0.5.6-r5-1.diff.gz
8e7d9df9712243e9eed9bb43860872314ed8243cb75c21dc7d05d03a9dd5f591 169494
olsrd_0.5.6-r5-1_i386.deb
86cb9e206ba5e26e962317995eca603105bf4edd274d17f525de5eeb2d74e00a 128244
olsrd-plugins_0.5.6-r5-1_i386.deb
Files:
1cfc9e5583a73880ca21eef680645bcf 1137 net extra olsrd_0.5.6-r5-1.dsc
528a4937f006f51687c1a599562fead3 655329 net extra olsrd_0.5.6-r5.orig.tar.gz
8e0ea83870470a975fe6862a1e122aeb 14474 net extra olsrd_0.5.6-r5-1.diff.gz
701c0bd2ef5fd0ac4b0db447706851b4 169494 net extra olsrd_0.5.6-r5-1_i386.deb
32d4c4471391fa73463e0f3578a99ce9 128244 net extra
olsrd-plugins_0.5.6-r5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKeCfTUHLQNqxYNSARArsPAJsHqFxCNKoD1TWbYreL1WP1joPtegCeMosA
AhcBAMCSFi+VFbMqF3prcq4=
=oTrm
-----END PGP SIGNATURE-----
--- End Message ---