#  -*- text -*-
#  Copyright (C) 2019 Network RADIUS SARL (legal@networkradius.com)
#  This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
#
#  Version $Id: 25022341e6ca2b583afc3bdaba601ae0bdaffa6c $
#

proto dhcpv6
proto-dictionary dhcpv6
fuzzer-out dhcpv6

encode-pair MOD-Address-List.IS = ::1
match 00 36 00 14 00 01 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01

encode-pair MOD-Address-List.CS = ::2
match 00 36 00 14 00 02 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02

encode-pair MOD-Address-List.IS = ::1, MOD-Address-List.CS = ::2
match 00 36 00 28 00 01 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 02 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02

decode-pair -
match MOD-Address-List = { IS = ::1, CS = ::2 }

#
#  And again as nested attributes
#
encode-pair MOD-Address-List = { IS = ::1, CS = ::2 }
match 00 36 00 28 00 01 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 02 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02

count
match 13
