]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we now support structs
authorAlan T. DeKok <aland@freeradius.org>
Sat, 5 Dec 2020 14:28:12 +0000 (09:28 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 6 Dec 2020 02:48:09 +0000 (21:48 -0500)
share/dictionary/dhcpv6/dictionary.rfc5970

index 6a311d6dd3f09f8e432764d5688551f728475f93..cd60e9a1ee377808b34278fc59310d85636b1be0 100644 (file)
@@ -48,4 +48,8 @@ VALUE Client-Arch-Type                RISC-V-128-Bit-UEFI-Boot-From-HTTP 30
 VALUE  Client-Arch-Type                S390-Basic              31
 VALUE  Client-Arch-Type                S390-Extended           32
 
-ATTRIBUTE      Client-Network-Interface-ID             62      octets          # Complex struct see RFC 5970
+ATTRIBUTE      Client-Network-Interface-ID             62      struct
+MEMBER         Type                                    uint8
+MEMBER         Major                                   uint8
+MEMBER         Minor                                   uint8
+