On Tue, 4 Feb 2025 10:43:37 +0100 Enrique Llorente <ellorent(a)redhat.com> wrote:The logic composing the DHCP reply message is reusing the request message to compose it, future long options like FQDN may exceed the request message limit making it go beyond the lower bound. This change creates a new reply message with a fixed options size of 308 and fills it in with proper fields from requests adding on top the generated options, this way the reply lower bound does not depend on the request. Signed-off-by: Enrique Llorente <ellorent(a)redhat.com>Applied, thanks, and welcome to the git log! -- Stefano