Skip to content

Commit

Permalink
ipv4: Don't try to print ASCII of link level header in martian dumps.
Browse files Browse the repository at this point in the history
This has no value whatsoever.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Nov 20, 2018
1 parent 6b015a5 commit b2c8510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ static void ip_handle_martian_source(struct net_device *dev,
print_hex_dump(KERN_WARNING, "ll header: ",
DUMP_PREFIX_OFFSET, 16, 1,
skb_mac_header(skb),
dev->hard_header_len, true);
dev->hard_header_len, false);
}
}
#endif
Expand Down

0 comments on commit b2c8510

Please sign in to comment.