Skip to content

Commit b833ace

Browse files
authored
Revert "[2.0] dhcp/dhclient.conf: add option rfc3442-classless-static… (#8587)
1 parent c2337a9 commit b833ace

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

SPECS/dhcp/dhcp.spec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Dynamic host configuration protocol
22
Name: dhcp
33
Version: 4.4.2
4-
Release: 7%{?dist}
4+
Release: 6%{?dist}
55
License: MPLv2.0
66
Url: https://www.isc.org/dhcp/
77
Source0: ftp://ftp.isc.org/isc/dhcp/%{version}/%{name}-%{version}.tar.gz
@@ -72,8 +72,6 @@ cat > %{buildroot}/etc/dhcp/dhclient.conf << "EOF"
7272
#
7373
# Basic dhclient.conf(5)
7474

75-
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
76-
7775
#prepend domain-name-servers 127.0.0.1;
7876
request subnet-mask, broadcast-address, time-offset, routers,
7977
domain-name, domain-name-servers, domain-search, host-name,
@@ -172,9 +170,6 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dhclient/
172170
%{_mandir}/man8/dhclient.8.gz
173171

174172
%changelog
175-
* Fri Mar 08 2024 Chris Patterson <cpatterson@microsoft.com> - 4.4.2-7
176-
- Add option for classless static route configuration in dhclient.conf
177-
178173
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 4.4.2-6
179174
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
180175

0 commit comments

Comments
 (0)