]> git.ipfire.org Git - thirdparty/grub.git/commit
net/dhcp: Consistently use decimal numbers for DHCP/BOOTP options enum
authorJavier Martinez Canillas <javierm@redhat.com>
Wed, 22 Jan 2020 11:01:53 +0000 (12:01 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 18 Feb 2020 14:12:06 +0000 (15:12 +0100)
commite92111985773a79563ea2adf5022859611cf9dba
tree8bbc8b7427c197d236de8cfbd696bf86db3332a7
parent8c2c35dcc027a77aee48de89093d8770de0a8cf8
net/dhcp: Consistently use decimal numbers for DHCP/BOOTP options enum

The DHCP Options and BOOTP Vendor Extensions enum values are a mixture of
decimal and hexadecimal numbers. Change this to consistently use decimal
numbers for all since that is how these values are defined by RFC 2132.

Suggested-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/net.h