From: Alan T. DeKok Date: Sun, 27 Oct 2019 13:34:17 +0000 (-0400) Subject: convert octets to struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d132d4610524bced45e13dc346a469dfd9f2a9;p=thirdparty%2Ffreeradius-server.git convert octets to struct --- diff --git a/share/dictionary/dhcpv6/dictionary.rfc7078 b/share/dictionary/dhcpv6/dictionary.rfc7078 index 489750ebf4e..2437a46e7cf 100644 --- a/share/dictionary/dhcpv6/dictionary.rfc7078 +++ b/share/dictionary/dhcpv6/dictionary.rfc7078 @@ -10,5 +10,15 @@ # ############################################################################## -ATTRIBUTE Address-Selection 84 octets # Complex struct see RFC 7078 -ATTRIBUTE Address-Selection-Table 85 octets # Complex struct see RFC 7078 +ATTRIBUTE Address-Selection 84 struct +MEMBER Address-Selection-Flags uint8 +MEMBER Address-Selection-Table-Rows octets # really "group" of Address-Selection-Table + +VALUE Address-Selection-Flags Privacy-Reference 0x01 # bit mask +VALUE Address-Selection-Flags Automatic-Row-Addition 0x02 # bit mask + +ATTRIBUTE Address-Selection-Table 85 struct +MEMBER Address-Selection-Table-Label uint8 +MEMBER Address-Selection-Table-Precedence uint8 +MEMBER Address-Selection-Table-Prefix ipv6prefix +