DHCP-Client-FQDN is not a string
authorNicolas C <nchaigne@capgemini.fr>
Fri, 27 Mar 2015 11:38:23 +0000 (12:38 +0100)
committerNicolas C <nchaigne@capgemini.fr>
Fri, 27 Mar 2015 11:38:23 +0000 (12:38 +0100)
commite496f3bb53d3572b86210ab5a7faaafc2e5ecb7a
treeca1373866c06c912e0aa3217b4d905f85729611d
parent96fcf78bc3ce7311b106a1747158ca6c3693100d
DHCP-Client-FQDN is not a string

See RFC 4702.
DHCP-Client-FQDN (DHCP option 81) is actually a record composed of:
- first octet: "Flags"
- second octet: "RCODE1"
- third octet: "RCODE2"
- and then "Domain Name" (which is a string)

But I don't think that FreeRADIUS dictionaries support encoding /
decoding such a format, so octets is the best option we have.
share/dictionary.dhcp