diff options
Diffstat (limited to 'net/ipv4/ip_input.c')
-rw-r--r-- | net/ipv4/ip_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index bdaa2c5c28e4..de8e9be4aac8 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c | |||
@@ -299,8 +299,8 @@ static inline bool ip_rcv_options(struct sk_buff *skb) | |||
299 | if (!IN_DEV_SOURCE_ROUTE(in_dev)) { | 299 | if (!IN_DEV_SOURCE_ROUTE(in_dev)) { |
300 | if (IN_DEV_LOG_MARTIANS(in_dev) && | 300 | if (IN_DEV_LOG_MARTIANS(in_dev) && |
301 | net_ratelimit()) | 301 | net_ratelimit()) |
302 | printk(KERN_INFO "source route option %pI4 -> %pI4\n", | 302 | pr_info("source route option %pI4 -> %pI4\n", |
303 | &iph->saddr, &iph->daddr); | 303 | &iph->saddr, &iph->daddr); |
304 | goto drop; | 304 | goto drop; |
305 | } | 305 | } |
306 | } | 306 | } |