From: Alan T. DeKok Date: Wed, 30 Oct 2019 12:04:01 +0000 (-0400) Subject: convert complex field to struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b703ab358504e9f67c5308376e2400f4e4c99d;p=thirdparty%2Ffreeradius-server.git convert complex field to struct Mostly. The struct decoder still doesn't do DNS labels, so that has to be fixed --- diff --git a/share/dictionary/dhcpv6/dictionary.rfc4704 b/share/dictionary/dhcpv6/dictionary.rfc4704 index 4569c0b0b4f..12973df489f 100644 --- a/share/dictionary/dhcpv6/dictionary.rfc4704 +++ b/share/dictionary/dhcpv6/dictionary.rfc4704 @@ -11,4 +11,10 @@ # ############################################################################## -ATTRIBUTE Client-FQDN 39 octets # Complex struct see RFC 4704 +ATTRIBUTE Client-FQDN 39 struct +MEMBER Client-FQDN-Flags uint8 +MEMBER Client-FQDN-Domain-Name octets # really string dns_label + +VALUE Client-FQDN-Flags Server-Update 1 # really bit field +VALUE Client-FQDN-Flags Server-Override 2 # really bit field +VALUE Client-FQDN-Flags No-Server-Update 4 # really bit field