Your message dated Wed, 05 Aug 2026 17:31:09 +0000
with message-id <[email protected]>
and subject line Bug#1143544: Removed package(s) from unstable
has caused the Debian Bug report #377066,
regarding Wrong detection of IP aliased interfaces
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.)


-- 
377066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377066
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dhcp3-server
Version: 3.0.1-2
Severity: normal

Hello,

There is a problem with dhcp3-server when used on IP aliased interfaces.

If one of the aliased interface is named with two semi colon (e. g.
eth1:hello:0), the interface name is detected uncorrectly.

After a quick look into the code, this is probably caused by come code in
common/discover.c, somewhat like:

around line 379:

sep = strrchr (buffer, ':');
if (sep)
  *sep = '\0';


or around line 230:

#ifdef ALIAS_NAMES_PERMUTED
if ((s = strrchr (ifp -> ifr_name, ':'))) {
        *s = 0;
}
#endif

Not sure which one is used first.

Note: This happened on a stable machine, but I look the code from unstable
(3.0.4-6). But I think it's the same.

Cheers,
-- 
Julien Danjou
// Λ̊ <[email protected]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust me.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 4.4.3-P1-8+rm

Dear submitter,

as the package isc-dhcp has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1143544

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to