diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index c3cb8bd23638..04e0df82b88c 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -1232,7 +1232,7 @@ restart: | |||
1232 | } | 1232 | } |
1233 | 1233 | ||
1234 | if (net_ratelimit()) | 1234 | if (net_ratelimit()) |
1235 | printk(KERN_WARNING "Neighbour table overflow.\n"); | 1235 | printk(KERN_WARNING "ipv4: Neighbour table overflow.\n"); |
1236 | rt_drop(rt); | 1236 | rt_drop(rt); |
1237 | return -ENOBUFS; | 1237 | return -ENOBUFS; |
1238 | } | 1238 | } |