# server will fall back to determining the type of reply
# based on the rcode of this section.
-# reply.Message-Type = Offer
+# reply.Message-Type = ::Offer
# If Message-Type is not set, returning "ok" or
# "updated" from this section will respond with a Offer
}
# Response packet type. See Discover section above.
-# reply.Message-Type = Ack
+# reply.Message-Type = ::Ack
# Call a policy (defined in policy.d/dhcp) to set common reply attributes
dhcp_common
# look up identifier in database
}
else {
- reply.Message-Type = Lease-Unknown
+ reply.Message-Type = ::Lease-Unknown
ok
# if it can't find anything.
#
if (notfound) {
- reply.Message-Type = Lease-Unknown
+ reply.Message-Type = ::Lease-Unknown
ok
# Lease-Active
# Lease-Unassigned
#
- reply.Message-Type = Lease-Unassigned
+ reply.Message-Type = ::Lease-Unassigned
}
}