From: Alan T. DeKok Date: Sun, 27 Oct 2019 13:48:42 +0000 (-0400) Subject: move octets to struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516b88f58c0eb2fbdded4b89f4e21eff14933171;p=thirdparty%2Ffreeradius-server.git move octets to struct --- diff --git a/share/dictionary/dhcpv6/dictionary.rfc7774 b/share/dictionary/dhcpv6/dictionary.rfc7774 index ee980509813..6d482b62f8c 100644 --- a/share/dictionary/dhcpv6/dictionary.rfc7774 +++ b/share/dictionary/dhcpv6/dictionary.rfc7774 @@ -11,4 +11,19 @@ # ############################################################################## -ATTRIBUTE MPL-Parameters 104 octets # Complex struct see RFC 7774 +ATTRIBUTE MPL-Parameters 104 struct +MEMBER MPL-Proactive-Forwarding uint8 +MEMBER MPL-Proactive-Tunit uint8 +MEMBER MPL-Proactive-SE-Lifetime uint16 +MEMBER MPL-Proactive-DM-K uint8 +MEMBER MPL-Proactive-DM-IMin uint16 +MEMBER MPL-Proactive-DM-IMax uint8 +MEMBER MPL-Proactive-DM-T-Exp uint16 +MEMBER MPL-Proactive-C-K uint8 +MEMBER MPL-Proactive-C-IMin uint16 +MEMBER MPL-Proactive-C-IMax uint8 +MEMBER MPL-Proactive-C-T-Exp uint16 +MEMBER MPL-Proactive-Domain-Address ipv6addr # optional, and can be omitted + +VALUE MPL-Proactive-Forwarding True 0x80 +VALUE MPL-Proactive-Forwarding False 0x00