mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 09:40:12 +00:00
[thread-cert] refactor case 5.6.6 and 5.6.9 using pktverify (#5371)
This commit is contained in:
@@ -546,7 +546,7 @@ _LAYER_FIELDS = {
|
||||
'thread_nwd.tlv.service.s_data.rrdelay': _auto,
|
||||
'thread_nwd.tlv.service.s_data.mlrtimeout': _auto,
|
||||
'thread_nwd.tlv.server_16': _auto,
|
||||
'thread_nwd.tlv.border_router_16': _auto,
|
||||
'thread_nwd.tlv.border_router_16': _list(_auto),
|
||||
'thread_nwd.tlv.sub_tlvs': _list(_str),
|
||||
#TODO: support thread_nwd.tlv.prefix.length and thread_nwd.tlv.prefix.domain_id
|
||||
'thread_nwd.tlv.prefix': _list(_ipv6_addr),
|
||||
|
||||
Reference in New Issue
Block a user