This bug was fixed in the package isc-dhcp - 4.4.3-P1-4ubuntu1 --------------- isc-dhcp (4.4.3-P1-4ubuntu1) noble; urgency=medium
* Merge from Debian unstable, remaining changes: - Ubuntu patches: + Give-an-example-for-subnet-mask-in-dhcpd.conf.patch + dhclient-fix-backoff + revert-next-server + multi-ip-addr-per-if + dhclient-safer-timeout + onetry_retry_after_initial_success + Add InfiniBand support: - dhcp-lpf-ib.patch - dhcp-improved-xid.patch - dhcp-gpxe-cid.patch - dhcp-improved-xid-correct-byte-order.patch + dhcp-4.2.4-dhclient-options-changed.patch + ubuntu-dhcpd-conf.patch + dhclient-write-pidfile-earlier.patch: Write pidfile before informing parent of success. + bind-outdated-config.guess.patch: run autoreconf in the bind directory. - Drop isc-dhcp-server/new_auth_behavior question from high to medium - Apport hook for isc-dhcp-client and isc-dhcp-server. - Add enforcing AppArmor profile for DHCP client and server - Increase the timeout to 300 seconds for dhclient.conf (following the default added by dhclient-safer-timeout). - Separate default file for isc-dhcp-relay6. - Create user/group dhcpd and make isc-dhcp-server depend on adduser. - Create /etc/dhcp/ddns-keys/ for DDNS updates. - Sanitize environment in dhclient-script.linux. - Add systemd units for -server and -relay. + If /etc/ltsp/dhcpd.conf exists, use that instead of /etc/dhcp/dhcpd.conf. - isc-dhcp-server: Suggest policycoreutils instead of recommending it. - ipv6: wait for duplicate address detection to finish. LP #1633479 - Ship dhcp exit hook to push DNS information to resolved. LP #1889068 - Stop building the udeb on request. - debian/rules: Build with -O2 instead on -O3 on ppc64el - debian/rules: build with -fno-strict-aliasing. - Disable make_resolv_conf() if systemd-resolved is in use. - debian/control: add Pre-Depends: ${misc:Pre-Depends} for init-system-helpers. - debian/apparmor/sbin.dhclient: Allow disabling dhclient hooks. - Do not build with DH_VERBOSE=1 * Dropped changes, included in Debian: - Ship keama, the KEA Migration Assistant in a new isc-dhcp-keama binary package. (LP: #2020086) * Refresh patches (using gbp pq) * debian/control: Drop libcap-dev build dependency (no change in diffoscope). * Use /run/dhcp-server6 for isc-dhcp-server6 service. Thanks to Jason Penney (LP: #1543799) * debian/rfc3442-classless-routes.linux: Use configured metric. Thanks to Tom Carroll (LP: #1664352) * autopkgtest: Use setup logic from isc-dhcp-server.service isc-dhcp (4.4.3-P1-4) unstable; urgency=low [ Athos Ribeiro ] * d/p/adjust-keama-tests.patch: do not rely on endianess (Closes: #1054077) isc-dhcp (4.4.3-P1-3) unstable; urgency=low [ Athos Ribeiro ] * Ship keama in a new isc-dhcp-keama binary package (Closes: #1036277) * Add DEP8 tests for keama * d/p/adjust-keama-tests.patch: adjust keama tests * d/rules: make keama tests fail on error messages [ Santiago Ruano Rincón ] * Make dhclient-script exits with error when it is not able to write in the temporary file. Patch by Johannes Weißl <jar...@molb.org> (Closes: #982894) * Import debian/patches/0013-DHCPv6-over-PPP-support-626514.patch (Closes: #1015809) * Enable ARM builds in salsa-ci.yml * Bump Standards-Version to 4.6.2. No changes needed * Remove obsolete dependencies on lsb-base and policykit-1. Replace with polkitd * Fix assignment of dpkg-architecture variables in d/rules * Remove the --parallel argument from the call to dh on d/rules -- Benjamin Drung <bdr...@ubuntu.com> Mon, 27 Nov 2023 14:04:49 +0100 ** Changed in: isc-dhcp (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu. https://bugs.launchpad.net/bugs/1664352 Title: dhclient-script doesn't use configured metric for rfc3442 classless routes Status in isc-dhcp package in Ubuntu: Fix Released Status in isc-dhcp package in Debian: New Bug description: lsb_release -rd Description: Ubuntu 16.04.2 LTS Release: 16.04 apt-cache policy isc-dhcp-client isc-dhcp-client: Installed: 4.3.3-5ubuntu12.6 Candidate: 4.3.3-5ubuntu12.6 Version table: *** 4.3.3-5ubuntu12.6 500 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages 100 /var/lib/dpkg/status 4.3.3-5ubuntu12 500 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages If the metric option is set in interfaces(5), dhclient is executed with the variable IF_METRIC set to the configured administrative metric. The exit-hook rfc3442-classless-routes doesn't use the variable; thus, a multi-interface box will experience a race condition if multiple interfaces are supplied with one or more duplicate rfc3442 routes. The attached patch adds support for IF_METRIC handling. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1664352/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp