From: Tomek Mrugalski Date: Mon, 13 May 2024 20:33:58 +0000 (+0200) Subject: [#3346] Added one RFC reference X-Git-Tag: Kea-2.6.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d78556b118efaf56efbac0a54bd17bd0cec26b2;p=thirdparty%2Fkea.git [#3346] Added one RFC reference --- diff --git a/src/lib/dhcp/dhcp4.h b/src/lib/dhcp/dhcp4.h index aa3ecee5be..7055f3a439 100644 --- a/src/lib/dhcp/dhcp4.h +++ b/src/lib/dhcp/dhcp4.h @@ -216,7 +216,8 @@ enum DHCPOptionType { // The Captive Portal option now uses code 114. // DHO_MUD_URL_V4 = 161, /* RFC8520 */ DHO_V4_DNR = 162, /* RFC9463 */ - // 163-209 are removed/unassigned + // 163-208 are removed/unassigned +// DHO_CONFIG_FILE = 209 /* RFC5071 */ // DHO_PATH_PREFIX = 210, /* RFC5071 */ // DHO_REBOOT_TIME = 211, /* RFC5071 */ DHO_6RD = 212, /* RFC5969 */