From: Nick Porter Date: Fri, 23 May 2025 16:09:58 +0000 (+0100) Subject: Packet type is set correclty by the DHCPv4 process module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ede1cbe5a0841459353ada35a7a4535c908bfee;p=thirdparty%2Ffreeradius-server.git Packet type is set correclty by the DHCPv4 process module --- diff --git a/raddb/sites-available/dhcp b/raddb/sites-available/dhcp index 59758cd5952..bdaf2e3bceb 100644 --- a/raddb/sites-available/dhcp +++ b/raddb/sites-available/dhcp @@ -155,22 +155,6 @@ recv Discover { # control.IP-Pool.Name := "local" # sqlippool - # Set the type of packet to send in reply. - # - # The server will look at the Message-Type attribute to - # determine which type of packet to send in reply. Common - # values would be Offer, Ack or NAK. See - # dictionary.dhcp for all the possible values. - # - # Do-Not-Respond can be used to tell the server to not - # respond. - # - # In the event that Message-Type is not set then the - # server will fall back to determining the type of reply - # based on the rcode of this section. - -# reply.Message-Type = ::Offer - # If Message-Type is not set, returning "ok" or # "updated" from this section will respond with a Offer # message. @@ -190,9 +174,6 @@ recv Request { do_not_respond } - # Response packet type. See Discover section above. -# reply.Message-Type = ::Ack - # Call a policy (defined in policy.d/dhcp) to set common reply attributes dhcp_common