mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 19:27:46 +00:00
[ncp] add IPV6_MULTICAST_ADDRESS_TABLE to unsolicited update capable list (#2033)
This commit is contained in:
committed by
Jonathan Hui
parent
94436b6f5f
commit
ecebcbe2a2
@@ -1263,6 +1263,7 @@ const NcpBase::ChangedPropsSet::Entry NcpBase::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 NcpBase::ChangedPropsSet::GetNumEntries(void) const
|
||||
|
||||
Reference in New Issue
Block a user