]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move octets to struct
authorAlan T. DeKok <aland@freeradius.org>
Sun, 27 Oct 2019 13:48:42 +0000 (09:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 27 Oct 2019 13:48:42 +0000 (09:48 -0400)
share/dictionary/dhcpv6/dictionary.rfc7774

index ee98050981311503d2c9dd83873d5b60872d1e06..6d482b62f8c83910243c387325ce6b8504448fdb 100644 (file)
 #
 ##############################################################################
 
-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