From 79c195b92f892c6f22fa07332c10fd9c2a8b679a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 15 Apr 2025 10:45:19 +0100 Subject: [PATCH] dhcpcd: Remove option rapid_commit from dhcpcd.conf Apparently some ISPs report they support it by sending the option back, but the reality is they don't. Fixes #499. --- src/dhcpcd.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/dhcpcd.conf b/src/dhcpcd.conf index 916e82da..19de37fb 100644 --- a/src/dhcpcd.conf +++ b/src/dhcpcd.conf @@ -34,11 +34,6 @@ option host_name # Most distributions have NTP support. #option ntp_servers -# Rapid commit support. -# Safe to enable by default because it requires the equivalent option set -# on the server to actually work. -option rapid_commit - # A ServerID is required by RFC2131. require dhcp_server_identifier -- 2.47.3