From 138d4609ed4bdd540fc7b5cf0c5cec7af34c296d Mon Sep 17 00:00:00 2001 From: mapl <9784732+mapl@users.noreply.github.com> Date: Fri, 17 Oct 2025 01:10:39 +0200 Subject: [PATCH] Add User-Class-Identifier DHCP option specification --- dhcptest.d | 1 + 1 file changed, 1 insertion(+) diff --git a/dhcptest.d b/dhcptest.d index 1810e13..bb3735c 100644 --- a/dhcptest.d +++ b/dhcptest.d @@ -332,6 +332,7 @@ static this() 74 : DHCPOptionSpec("Default Internet Relay Chat (IRC) Server Option", OptionFormat.ip), 75 : DHCPOptionSpec("StreetTalk Server Option", OptionFormat.ip), 76 : DHCPOptionSpec("StreetTalk Directory Assistance (STDA) Server Option", OptionFormat.ip), + 77 : DHCPOptionSpec("User-Class-Identifier", OptionFormat.str), 80 : DHCPOptionSpec("Rapid Commit", OptionFormat.zeroLength), 82 : DHCPOptionSpec("Relay Agent Information", OptionFormat.relayAgent), 100 : DHCPOptionSpec("PCode", OptionFormat.str),