Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ip6] do not report an error for disabled host loopback
Currently, sending an IPv6 multicast destined packet encoded in otMessage with the otIp6Send() function reports an error kErrorNoRoute if "host loopback allowed" flag is disabled (despite of packet being properly passed to Mesh Forwarder). This commit changes a flag checking statement to return kErrorNone instead. Signed-off-by: Konrad Derda <[email protected]>
- Loading branch information