Your message dated Wed, 06 Feb 2008 22:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#428862: fixed in radvd 1:1.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: radvd
Version: 1:1.0-2
Severity: normal
Tags: patch

The radvdump command skips the 'AdvDefaultLifetime' field in the Router 
Advertisement.  The attached fix corrects this oversight.
  --scott


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages radvd depends on:
ii  adduser                       3.102      Add and remove users and groups
ii  libc6                         2.5-10     GNU C Library: Shared libraries

radvd recommends no packages.

-- no debconf information
--- radvd-1.0/radvdump.c~	2006-10-08 15:34:35.000000000 -0400
+++ radvd-1.0/radvdump.c	2007-06-14 13:47:22.000000000 -0400
@@ -186,6 +186,9 @@ print_ff(unsigned char *msg, int len, st
 	if (!edefs || DFLT_AdvCurHopLimit != radvert->nd_ra_curhoplimit)
 	printf("\tAdvCurHopLimit %u;\n", radvert->nd_ra_curhoplimit);
 
+	if (!edefs || (3*DFLT_MaxRtrAdvInterval) != ntohs(radvert->nd_ra_router_lifetime))
+	printf("\tAdvDefaultLifetime %hu;\n", ntohs(radvert->nd_ra_router_lifetime));
+
 	/* Mobile IPv6 ext */
 	if (!edefs || DFLT_AdvHomeAgentFlag != (ND_RA_FLAG_HOME_AGENT == (radvert->nd_ra_flags_reserved & ND_RA_FLAG_HOME_AGENT)))
 	printf("\tAdvHomeAgentFlag %s;\n", 

--- End Message ---
--- Begin Message ---
Source: radvd
Source-Version: 1:1.1-1

We believe that the bug you reported is fixed in the latest version of
radvd, which is due to be installed in the Debian FTP archive:

radvd_1.1-1.diff.gz
  to pool/main/r/radvd/radvd_1.1-1.diff.gz
radvd_1.1-1.dsc
  to pool/main/r/radvd/radvd_1.1-1.dsc
radvd_1.1-1_i386.deb
  to pool/main/r/radvd/radvd_1.1-1_i386.deb
radvd_1.1.orig.tar.gz
  to pool/main/r/radvd/radvd_1.1.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.
Ghe Rivero <[EMAIL PROTECTED]> (supplier of updated radvd 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.7
Date: Tue,  5 Feb 2008 13:15:17 +0100
Source: radvd
Binary: radvd
Architecture: source i386
Version: 1:1.1-1
Distribution: experimental
Urgency: low
Maintainer: Ghe Rivero <[EMAIL PROTECTED]>
Changed-By: Ghe Rivero <[EMAIL PROTECTED]>
Description: 
 radvd      - Router Advertisement Daemon
Closes: 409600 413669 427965 428862 429874 431665 461837
Changes: 
 radvd (1:1.1-1) experimental; urgency=low
 .
   * New upstream release
     - Closes: #409600
     - Closes: #428862
     - Closes: #429874
     - Closes: #431665
   * New Maintainer. (Closes: #427965)
   * Updated initscript restart option (Closes: #461837)
   * Removed forwarding in initscript (Closes:413669)
Files: 
 752155d5fcf7955be6d96774bc64b34a 577 net optional radvd_1.1-1.dsc
 9ee449e4b89171432cb9e9100e0b5648 146946 net optional radvd_1.1.orig.tar.gz
 d979de49a0de6bfe7a318431645a98dc 6281 net optional radvd_1.1-1.diff.gz
 9152207eec792d7976faf4f5544b13c4 61130 net optional radvd_1.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHqixwZttaNibwIPcRAo4xAKDWNYXFY7cWxXwWqVGA1VCXYb5ATgCcCkrW
Tz/boGa8C1jQvayi+yzqBHY=
=lj9Q
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to