Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dropping of IPv6 packets with unspecified source address
Related to FreeRTOS#1124 Remove the check for the source address being `::` in `prvAllowIPPacketIPv6` function. * Update the comment to reflect that only the destination address is checked. * Allow IPv6 packets with a source address of `::` to be processed further.
- Loading branch information