mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
9de2134f67
The second to the last packet verification statement expects a ping request sent by Router_1 after BR_2 becomes the PBBR. However, this statement wrongly matches a ping request sent by Router_1 before BR_2 becomes the PBBR. Added a restriction of the echo identifier to make sure the packet verification statement doesn't match the previous ping request.