From ecebcbe2a2654b978d6952df6ec8acdaae921123 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Thu, 27 Jul 2017 12:05:30 -0700 Subject: [PATCH] [ncp] add IPV6_MULTICAST_ADDRESS_TABLE to unsolicited update capable list (#2033) --- src/ncp/ncp_base.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ncp/ncp_base.cpp b/src/ncp/ncp_base.cpp index ee558692e..03c60eefb 100644 --- a/src/ncp/ncp_base.cpp +++ b/src/ncp/ncp_base.cpp @@ -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