提交 b2c85100 编写于 作者: D David S. Miller

ipv4: Don't try to print ASCII of link level header in martian dumps.

This has no value whatsoever.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6b015a52
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册