]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Packet type is set correclty by the DHCPv4 process module
authorNick Porter <nick@portercomputing.co.uk>
Fri, 23 May 2025 16:09:58 +0000 (17:09 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 23 May 2025 16:27:02 +0000 (17:27 +0100)
raddb/sites-available/dhcp

index 59758cd595275c83c1ff41afaf773501a18fc76c..bdaf2e3bceb87d9336a3e3193ab9f0c28f869906 100644 (file)
@@ -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