Your message dated Mon, 06 Oct 2014 05:33:36 +0000 with message-id <[email protected]> and subject line Bug#691091: fixed in isc-dhcp 4.3.1-4 has caused the Debian Bug report #691091, regarding dhclient-scripti.linuxi: fix undefined $alias_network_arg variable 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.) -- 691091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691091 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: isc-dhcp-client Version: 4.2.2.dfsg.1-5+deb70u2 Severity: important Tags: patch Hi, the dhclient-script.linux script refers to a variable named $alias_network_arg which is not defined. This is an oversight from previous changes ans should be changed to ${alias_subnet_mask:+/$alias_subnet_mask} The attached patch should fix the issue. Thanks for maintaining isc-dhcp in Debian Peter PS: the issue is also found in the newest version of isc-dhcp-client -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages isc-dhcp-client depends on: ii debianutils 4.3.2 ii iproute 20120521-3 ii isc-dhcp-common 4.2.2.dfsg.1-5+deb70u2 ii libc6 2.13-35 isc-dhcp-client recommends no packages. Versions of packages isc-dhcp-client suggests: pn avahi-autoipd <none> pn resolvconf <none> -- Configuration Files: /etc/dhcp/dhclient.conf changed [not included] -- no debconf information>From a2ab144a35a5d46fec32914780f5867c4127e047 Mon Sep 17 00:00:00 2001 From: Peter Marschall <[email protected]> Date: Sun, 21 Oct 2012 12:59:15 +0200 Subject: [PATCH 1/2] dhclient-script.linux: fix undefined $alias_network_arg Replace $alias_network_arg by the corresponding 'alternate value expansion' expression ${alias_subnet_mask:+/$alias_subnet_mask} for the EXPIRE|FAIL|RELEASE|STOP case. It looks as it has been overlooked in f9819e4f161364dacdf8d1f983eec162ad22498c. Signed-off-by: Peter Marschall <[email protected]> --- debian/dhclient-script.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dhclient-script.linux b/debian/dhclient-script.linux index 21dfd20..a0d2680 100644 --- a/debian/dhclient-script.linux +++ b/debian/dhclient-script.linux @@ -280,7 +280,7 @@ case "$reason" in if [ -n "$alias_ip_address" ]; then # alias IP given => set it & add host route to it - ip -4 addr add ${alias_ip_address}${alias_network_arg} \ + ip -4 addr add ${alias_ip_address}${alias_subnet_mask:+/$alias_subnet_mask} \ dev ${interface} label ${interface}:0 ip -4 route add ${alias_ip_address} dev ${interface} >/dev/null 2>&1 fi -- 1.7.10.4
--- End Message ---
--- Begin Message ---Source: isc-dhcp Source-Version: 4.3.1-4 We believe that the bug you reported is fixed in the latest version of isc-dhcp, which is due to be installed in the Debian FTP archive. 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. Michael Gilbert <[email protected]> (supplier of updated isc-dhcp 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: SHA512 Format: 1.8 Date: Sun, 05 Oct 2014 22:10:15 +0000 Source: isc-dhcp Binary: isc-dhcp-server isc-dhcp-server-dbg isc-dhcp-dbg isc-dhcp-server-ldap isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-dbg isc-dhcp-client-udeb isc-dhcp-relay isc-dhcp-relay-dbg Architecture: source Version: 4.3.1-4 Distribution: unstable Urgency: medium Maintainer: Debian ISC DHCP maintainers <[email protected]> Changed-By: Michael Gilbert <[email protected]> Description: isc-dhcp-client - DHCP client for automatically obtaining an IP address isc-dhcp-client-dbg - ISC DHCP server for automatic IP address assignment (client debug isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb) isc-dhcp-common - common files used by all of the isc-dhcp packages isc-dhcp-dbg - ISC DHCP server for automatic IP address assignment (debuging sym isc-dhcp-dev - API for accessing and modifying the DHCP server and client state isc-dhcp-relay - ISC DHCP relay daemon isc-dhcp-relay-dbg - ISC DHCP server for automatic IP address assignment (relay debug) isc-dhcp-server - ISC DHCP server for automatic IP address assignment isc-dhcp-server-dbg - ISC DHCP server for automatic IP address assignment (server debug isc-dhcp-server-ldap - DHCP server that uses LDAP as its backend Closes: 691091 759761 Changes: isc-dhcp (4.3.1-4) unstable; urgency=medium . * Bump standards to 3.9.6. * Correct netmask handling in dhclient-script.linux.udeb (closes: #759761). * Fix missing alias_subnet_mask in dhclient-script.linux (closes: #691091). Checksums-Sha1: acf702fb44fa594e702a9402d756517aaca38ca1 3394 isc-dhcp_4.3.1-4.dsc 85567f496c83cec82c544ca1610d99e776d209e3 78036 isc-dhcp_4.3.1-4.debian.tar.xz Checksums-Sha256: a1b2dbaed5a22266ea23072b6529af2ddb1894629f28894290395bd0455a1018 3394 isc-dhcp_4.3.1-4.dsc f72e15ba55cc84fb46a1e5bf1aed10ed1b7e960f3bc4464e1b39fa8775ab2d81 78036 isc-dhcp_4.3.1-4.debian.tar.xz Files: 74e090d7731d34c6289ac37d40823d48 3394 net important isc-dhcp_4.3.1-4.dsc 473ade954a2c01812954cc552d18ffa1 78036 net important isc-dhcp_4.3.1-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQQcBAEBCgAGBQJUMiYPAAoJELjWss0C1vRzq4YgAJeEJUVE3Mql69nJ2XpoKwnp 986VZT8okbXopkRd0WlwycOqfuDXsurniYzNl9mleMwsbYkOEIWpnmZivQJdKdmg DdTcdwqyhvJk+BrIVbB2aEb7tPdU7TunVWMgP3sDaFrIALKQa6dUb+86z8LNDT2+ Q2XbNY66gFsEg74UzGeY0gSn3kULTgKyAwpjrlvjlYF4h7ES1z5rGU7LiyOhnC+M McoXBMdwof0Wzp7uQpsTmnTPSABhguU94ETAmqFqS+vYtfh4FDTtWWtugt+/I7Xp DpRlDTe2IWqJRB1dMB+N+O7ijqgGpYOP6hDaQC/16yI8Ohj4xYID0v4z3lRFc+aK nN4eHfPwj1uHj038R1fZiV+Cus3OE3YVnSHSzx8LxyKBSHHDWQmkevHtplGWbrYq uF/ht8qsprF+E8wk/TMYJxPD8Ej9xhe0dEoAWmKIG63wpy+RHv29nXMFIjl5J0Xb JfeXBrF9sCJinH/VSrkaBlCJcnm4Dt6XolVgaGmv0Ry33hGjS1uMKTLkR9yNtjCM irma1M9UJaxbHMxoscH/Ze6J2ZaxJEoLkFus/jooEpeOMaGVJC8VE3eq5OQsbF/h c9C/k86lGUvGlearTUqknKDwByXOAEIduGNw3Bojuazg0uPSSoJ5AxOt8NIB0DcW /UyFC6/8AxImDcFx5g3FJdfSjC6Vw7WQSf3wFW40dvitvTdbaZBs8qt4plVE5vEB zaDrDRNotELFwf5VDCxu7e6lr9xtFHsfHFD6Sd3WRFj7HVj5T+/cOnfmoMJi/uHN szqHFnomIHzhF7kDtlkbitTeO6WnKb89XQQbauw9p1PwFehdAclLx9PSyrAt/S2U Spd5SH4Llm2P0acl3lDDUPSfjo0HzUBL36mSdwZ5Dc4vQQBVj5JKlTHX1kRwWCEP vMivnPHvPE68GclikWOOUW6Vk7DUFdGX8UXJ83goQ0BBG5o8yZb86wxGkKCLmose cwHvUATqaGE+qk8qYFz9MPEllHcmshnWJgZd6O0rwmFJXjJctsnZyla7XPkLqMRK FmPL2hzv+QlBGR0GTNGiSozcx2uTBlq718g0Dgwh9sE65kCUftDoYxobMfDxdeFf Ph60849qooBd7+KAyIPpRuqUlFeyQ/VWhmmLpAv7aWDUpNHCdyU+UVZzfxD7HR2U S7Pc7NqpzjBx3dOF3Buc2mwGqxoinwpeX4PvpJN9OpOQqCXGVq+tU0kTcE51qHax i+WArcQRY4wF8iXYpDKpEK392cma1JBtZcvixImPEL2SAuv8O903mTk88M6rN+g4 NFzZCSaba4MxSKThAKnX0UAEBCHX74yHe8dcYFbQ4JNDJ6FpcJdRW9jputlFWHM= =/4CJ -----END PGP SIGNATURE-----
--- End Message ---

