Mercurial > hg > dhcpcd
changeset 5250:698ca745f939 draft
Note RFC6926 fields even though we don't perform a bulk lease query
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 21 May 2020 15:35:06 +0100 |
| parents | a8c2969955f9 |
| children | 50eb48a9b47b |
| files | src/dhcpcd-definitions.conf |
| diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcpcd-definitions.conf Thu May 21 12:54:58 2020 +0100 +++ b/src/dhcpcd-definitions.conf Thu May 21 15:35:06 2020 +0100 @@ -268,6 +268,20 @@ # 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
