From: Roy Marples Date: Thu, 21 May 2020 14:35:06 +0000 (+0100) Subject: Note RFC6926 fields even though we don't perform a bulk lease query X-Git-Tag: v9.1.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ba6ff0883f2993883d7bd48b35014bf5a45015;p=thirdparty%2Fdhcpcd.git Note RFC6926 fields even though we don't perform a bulk lease query --- diff --git a/src/dhcpcd-definitions.conf b/src/dhcpcd-definitions.conf index 7f96b516..5949be67 100644 --- a/src/dhcpcd-definitions.conf +++ b/src/dhcpcd-definitions.conf @@ -268,6 +268,20 @@ embed array domain domains # DHCP TFTP Server Address, RFC5859 define 150 array ipaddress tftp_servers +# DHCP Bulk Lease Query, RFC6926 +# dhcpcd doesn't perform a lease query, but if it did these +# fields might be of use +#define 151 embed blklqry +#embed byte status_code +#embed string status_msg + +#define 152 uint32 blklqry_base_time +#define 153 uint32 blklqry_state_start_time +#define 154 uint32 blklqry_start_time +#define 155 uint32 blklqry_end_time +#define 156 byte blklqry_state +#define 157 bitflags=0000000R blklqry_source + # DHCP MUD URL, draft-ietf-opsawg-mud define 161 string mudurl