mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
- Fixed a compilation problems on platforms that define a value for FDDI,
which conflicts with a dhcp configuration syntax token by the same name. [ISC-Bugs #16898]
This commit is contained in:
@@ -4821,7 +4821,7 @@ parse_server_duid_conf(struct parse *cfile) {
|
||||
case TOKEN_RING:
|
||||
ll_type = HTYPE_IEEE802;
|
||||
break;
|
||||
case FDDI:
|
||||
case TOKEN_FDDI:
|
||||
ll_type = HTYPE_FDDI;
|
||||
break;
|
||||
default:
|
||||
@@ -4876,7 +4876,7 @@ parse_server_duid_conf(struct parse *cfile) {
|
||||
case TOKEN_RING:
|
||||
ll_type = HTYPE_IEEE802;
|
||||
break;
|
||||
case FDDI:
|
||||
case TOKEN_FDDI:
|
||||
ll_type = HTYPE_FDDI;
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user