mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 00:19:52 +00:00
[ncp] add IPV6_MULTICAST_ADDRESS_TABLE to unsolicited update capable list (again) (#2079)
This commit is contained in:
committed by
Jonathan Hui
parent
e2d027c8a5
commit
1be11ba229
@@ -72,6 +72,7 @@ const ChangedPropsSet::Entry ChangedPropsSet::mSupportedProps[] =
|
||||
#endif
|
||||
{ SPINEL_PROP_LAST_STATUS, SPINEL_STATUS_JOIN_FAILURE, false }, // 19
|
||||
{ SPINEL_PROP_MAC_SCAN_STATE, SPINEL_STATUS_OK, false }, // 20
|
||||
{ SPINEL_PROP_IPV6_MULTICAST_ADDRESS_TABLE, SPINEL_STATUS_OK, true }, // 21
|
||||
};
|
||||
|
||||
uint8_t ChangedPropsSet::GetNumEntries(void) const
|
||||
|
||||
Reference in New Issue
Block a user