Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ip: fix input packet filtering criteria
The "is this packet for us?" filter in net_ipv4_input() has a minor logic error which fails to discard many packets which are.. not for us. Fixes: #14647 Signed-off-by: Charles E. Youse <[email protected]>
- Loading branch information