diff --git a/src/core/thread/thread_tlvs.hpp b/src/core/thread/thread_tlvs.hpp index a5a655243..0124babd4 100644 --- a/src/core/thread/thread_tlvs.hpp +++ b/src/core/thread/thread_tlvs.hpp @@ -484,7 +484,7 @@ public: * @retval TRUE the TLV appears to be well-formed. * */ - bool IsValid(void) const { return GetLength() <= sizeof(*this) - sizeof(ThreadTlv); } + bool IsValid(void) const { return true; } /** * This method returns a pointer to the Network Data TLVs.