[ncp] add IPV6_MULTICAST_ADDRESS_TABLE to unsolicited update capable list (again) (#2079)

This commit is contained in:
Abtin Keshavarzian
2017-08-08 14:59:42 -07:00
committed by Jonathan Hui
parent e2d027c8a5
commit 1be11ba229
+1
View File
@@ -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