Skip to content
Snippets Groups Projects
Commit 0b7f22aa authored by Olaf Kirch's avatar Olaf Kirch Committed by David S. Miller
Browse files

[IPV4]: Prevent oops when printing martian source


In some cases, we may be generating packets with a source address that
qualifies as martian. This can happen when we're in the middle of setting
up the network, and netfilter decides to reject a packet with an RST.
The IPv4 routing code would try to print a warning and oops, because
locally generated packets do not have a valid skb->mac.raw pointer
at this point.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent af9debd4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment